update_mailbox
Modify mailbox settings including display name, storage quota, status, and webhook notifications. Use to change ownership labels, suspend mailboxes, or adjust storage limits.
Instructions
Update a mailbox's display name, quota, status, or webhook setting. When to use: change ownership label, suspend a mailbox, raise quota. Returns: shaped mailbox with new state. Example: { id: 17, status: "suspended" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Mailbox ID | |
| displayName | No | Display name | |
| quotaBytes | No | Storage quota in bytes | |
| status | No | Mailbox status | |
| webhookEnabled | No | Enable webhook notifications |