Add an address to the mail group
|
PUT api/2.0/mailserver/groupaddress/address/add
|
Adds an address with the ID specified in the request to the mail group.
|
Create a mail group
|
POST api/2.0/mailserver/groupaddress/add
|
Creates a mail group with the parameters specified in the request.
|
Get mail groups
|
GET api/2.0/mailserver/groupaddress/get
|
Returns a list of mail groups associated with the tenant.
|
Remove a mail group
|
DELETE api/2.0/mailserver/groupaddress/remove/{id}
|
Deletes a mail group with the ID specified in the request.
|
Remove an address from the mail group
|
DELETE api/2.0/mailserver/groupaddress/addresses/remove
|
Removes an address with the ID specified in the request from the mail group.
|