Assign New Mailboxes to Domains
POST
/v1/mailbox/assign-new
Add Mailboxes to a Domain
Endpoint
Request Body
Name | Type | Description |
---|---|---|
firstName | string | The first name of the mailbox owner. |
lastName | string | The last name of the mailbox owner. |
mailboxUsername | string | The username for the mailbox. |
domainName | string | The domain to which the mailbox belongs. |
Example Request
{
"64e71b99-bc07-4b5d-90b6-6abc0120c08c": [
{
"firstName": "Jaspreet",
"lastName": "Singh",
"mailboxUsername": "jaspreet",
"domainName": "azhaz.com"
}
]
}
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}
Body Params application/json