PUT api/2.0/mail/accounts/state
Sets the status of an account with the email address specified in the request.
Name |
Description |
Type |
Example |
email
sent in body
|
Account email address
|
string
|
some text
|
state
sent in body
|
Account activity status: true - enabled, false - disabled
|
Bool value
|
true
|
PUT api/2.0/mail/accounts/state
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"email": "some text",
"state": true
}