Mail: Mailboxes
Change mailbox password
Change the password of a mailbox.
patch/api/mail/v1/mailboxes/{mailboxId}/password
Path parameters
mailboxIdstring required
Example:AC1a2b3c4d5e6f7g
Mailbox resource ID
Request body
Example request
{
"password": "SecurePassword123!"
}Response
Success response
Example response
{
"message": "Request accepted"
}