Create mailbox
create_mailboxCreate an email mailbox for an existing domain. Provide the full address and password, optionally assigning domain or full admin roles.
Instructions
Create a mailbox. The domain part of the address must already exist in the account. domainAdmin grants administration of the mailbox's domain; fullAdmin grants administration of the whole account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name | |
| address | Yes | The full email address, e.g. user@example.com | |
| disabled | No | Create the mailbox disabled (default false) | |
| password | Yes | The mailbox password | |
| fullAdmin | No | Grant full account administrator role (default false) | |
| domainAdmin | No | Grant domain administrator role (default false) |