Sets the default account with the email address specified in the request.
Name | Description | Type | Example |
email
sent in body
|
Account email address | string | some text |
isDefault
sent in body
|
Specifies if this account is default or not | Bool value | true |
PUT api/2.0/mail/accounts/default Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "email": "some text", "isDefault": true }
Account email address