2.0 UserEmailAddress object

Represents an email address as it is linked to a user account.

Example

{
  "emailAddress": {
    "address": "thomas@example.com",
    "verified": false
  },
  "primary": true
}

Fields

Field Type Description
emailAddress
required
2.0 EmailAddress object The email address.
primary
optional
Boolean Whether this represents the user's primary email address. The primary email address is the address used for sending emails to. If the value is omitted, the address is not the user's primary email address.