Box Developer Documentation

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.

Email alias

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

An email alias for a user.

string
11446498

The unique identifier for this object.

string
email_alias

The value will always be email_alias.

Value is always email_alias

string
alias@example.com

The email address.

boolean
true

Whether the email address has been confirmed.

Response Example

{
  "id": "11446498",
  "type": "email_alias",
  "email": "alias@example.com",
  "is_confirmed": true
}