PUT api/2.0/mailserver/mailboxes/changepwd This function requires authentication

Description

Changes a password of a mailbox with the ID specified in the request.

Parameters
Name Description Type Example
mailbox_id
sent in body
Mailbox ID number 1234
password
sent in body
New password string some text
Example
PUT api/2.0/mailserver/mailboxes/changepwd
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "mailbox_id": 1234,
  "password": "some text"
}
Returns

This method doesn't return any data.