Create mailbox
Creates a new mailbox for the specified domain with optional forwarding and webmail access
Authorizations
Path Parameters
Domain name
Body
Request payload for creating and configuring a new mailbox
List of email addresses to forward to required: false maxItems: 10 example: ["user1@example.com","user2@example.com"]
Associated user's email address required: false format: email example: john.doe@mycompany.com
Password for mailbox access required: false minLength: 8 maxLength: 64 example: SecurePassword123!
Username for the mailbox required: true pattern: ^[a-zA-Z0-9._%+-]+$ minLength: 3 maxLength: 64 example: john.doe
Enable webmail access required: false default: false
Response
Response containing mailbox details and status
Mailbox information required: false
"1234567890abcdef"
Status indicates the result of the operation ("success" or "error")
"success"