PUT api/2.0/mailserver/mailboxes/alias/add
Adds an alias to the mailbox with the ID specified in the request.
Name |
Description |
Type |
Example |
mailbox_id
sent in body
|
Mailbox ID
|
number
|
1234
|
alias_name
sent in body
|
Mailbox alias
|
string
|
some text
|
PUT api/2.0/mailserver/mailboxes/alias/add
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"mailbox_id": 1234,
"alias_name": "some text"
}
Mailbox data associated with the tenant