v1
latestOpenAPI 3.0.32026-08-061874701.5 MBalternateEmailAddress
Add alternate emails
Adds one or more alternate email addresses for the specified user.
Who can use this operation?
- Plans: Only Enterprise plans with this feature activated by Support can use this method. If you want to activate this feature, please contact Support.
- Permissions: System Admin
post/users/{userId}/alternateemails
Request body
Example request
{
"email": "johnathan.doe@smartsheet.com"
}Response
Result object containing an array of the newly created AlternateEmail objects.
Example response
{
"message": "SUCCESS",
"data": [
{
"id": 8150532427671428,
"confirmed": true,
"email": "johnathan.doe@smartsheet.com"
}
]
}