2.1.1 EmailAddress object
Represents an email address.
Example
{
"address": "thomas@example.com",
"verified": false
}
Fields
| Field | Type | Description |
|---|---|---|
addressrequired |
String | The actual email address. |
verifiedrequired |
boolean | Whether this address has been verified by the user. |
availableoptional |
boolean | Whether this address has not already been taken by someone else. |
validoptional |
boolean | Whether this address looks like a valid email address. |
Last updated on