PUT api/2.0/mailserver/mailboxes/changepwd
Changes a password of a mailbox with the ID specified in the request.
Name |
Description |
Type |
Example |
mailbox_id
sent in body
|
Mailbox ID
|
number
|
1234
|
password
sent in body
|
New password
|
string
|
some text
|
PUT api/2.0/mailserver/mailboxes/changepwd
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"mailbox_id": 1234,
"password": "some text"
}
This method doesn't return any data.