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