2.1.1 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.1.1 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. |
Last updated on