POST api/2.0/mailserver/groupaddress/add
Creates a mail group with the parameters specified in the request.
Name |
Description |
Type |
Example |
name
sent in body
|
Sender name
|
string
|
some text
|
domain_id
sent in body
|
Domain ID
|
number
|
1234
|
address_ids
sent in body
|
List of address IDs
|
System.Collections.Generic.List`1[System.Int32]
|
|
POST api/2.0/mailserver/groupaddress/add
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"name": "some text",
"domain_id": 1234,
"address_ids": [
1234
]
}
Mail group data associated with the tenant