v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
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

passwordstring password required

New mailbox password. Minimum 8 characters with uppercase, lowercase, number and special character; must not be a commonly used password.

Example request

{
  "password": "SecurePassword123!"
}

Response

Success response

messagestring

Example response

{
  "message": "Request accepted"
}