English
cURL
curl -i -X GET "https://api.box.com/2.0/users/12345/email_aliases" \ -H "authorization: Bearer <ACCESS_TOKEN>"
{ "total_count": 5000, "entries": [ { "id": "11446498", "type": "email_alias", "email": "[email protected]", "is_confirmed": true } ] }
Retrieves all email aliases for a user. The collection does not include the primary login for the user.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the user.
Returns a collection of email aliases.
A list of email aliases.
The number of email aliases.
5000
Show child attributes
Was this page helpful?