v1
latestOpenAPI 3.0.32026-08-061874701.5 MBalternateEmailAddress
Make alternate email primary
Makes the specified alternate email address to become the primary email address 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
The alternate email address can only be made primary if both conditions are met:
- The primary email address domain is validated
- The alternate email address is confirmed or the alternate email address domain is validated
post/users/{userId}/alternateemails/{alternateEmailId}/makeprimary
Response
OK
Example response
{
"message": "SUCCESS",
"data": [
{
"id": 8150532427671428,
"confirmed": true,
"email": "johnathan.doe@smartsheet.com"
}
]
}