cURL
Email aliases
Create email alias
Adds a new email alias to a user account..
POST
cURL
This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.Learn more about Box SDK versioning strategy.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The ID of the user.
Body
application/json
The email address to add to the account as an alias.
Note: The domain of the email alias needs to be registered to your enterprise. See the domain verification guide for steps to add a new domain.
Example:
"alias@example.com"
Response
Returns the newly created email alias object.
An email alias for a user.
The unique identifier for this object.
Example:
"11446498"
The value will always be email_alias.
Available options:
email_alias Example:
"email_alias"
The email address.
Example:
"alias@example.com"
Whether the email address has been confirmed.
Example:
true
Last modified on January 23, 2026
