v1
latestOpenAPI 3.0.32026-08-061874701.5 MBalternateEmailAddress
List alternate emails
Gets a list of the alternate emails for the specified user.
Who can use this operation?
- Plans: Only Enterprise and Advanced Work Management plans with this feature activated by Support can use this method. If you want to activate this feature, please contact Support.
- Permissions: System Admin
Note: For pagination guidance, refer to Pagination.
get/users/{userId}/alternateemails
Response
IndexResult object containing an array of AlternateEmail objects.
Note: For pagination guidance, refer to Pagination.
Example response
{
"pageNumber": 1,
"pageSize": 50,
"totalPages": 25,
"totalCount": 136,
"data": [
{
"id": 8150532427671428,
"confirmed": true,
"email": "johnathan.doe@smartsheet.com"
}
]
}