Skip to main content
API version 2024.0 An email alias for a user.
id
string
example: 11446498The unique identifier for this object.
type
string
example: email_aliasThe value will always be email_alias.Value is always email_alias
email
string
example: [email protected]The email address.
is_confirmed
boolean
example: trueWhether the email address has been confirmed.
{
  "id": "11446498",
  "type": "email_alias",
  "email": "[email protected]",
  "is_confirmed": true
}