v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
alternateEmailAddress

Get alternate email

Gets the specified alternate email.

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
get/users/{userId}/alternateemails/{alternateEmailId}

Response

Returns AlternateEmail object

idnumber

AlternateEmail ID.

confirmedboolean

Indicates whether the alternate email address has been confirmed.

emailstring

User's alternate email address.

Example response

{
  "id": 8150532427671428,
  "confirmed": true,
  "email": "johnathan.doe@smartsheet.com"
}