A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.
An email alias for a user.
11446498The unique identifier for this object.
email_aliasThe value will always be email_alias.
Value is always email_alias
alias@example.comThe email address.
trueWhether the email address has been confirmed.
{
"id": "11446498",
"type": "email_alias",
"email": "alias@example.com",
"is_confirmed": true
}