Create email alias
Adds a new email alias to a user account..
Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The ID of the user.
Body
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.
"alias@example.com"
Response
Returns the newly created email alias object.
An email alias for a user.
The unique identifier for this object.
"11446498"
The value will always be email_alias.
email_alias "email_alias"
The email address.
"alias@example.com"
Whether the email address has been confirmed.
true
