Success
Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
models.EmailAddressObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
email_address |
email_address |
str | ✔️ | N/A | example@clerk.com |
reserved |
bool | ✔️ | N/A | false |
verification |
Nullable[models.Verification] | ✔️ | N/A | { "status": "verified", "strategy": "admin" } |
linked_to |
List[models.IdentificationLink] | ✔️ | N/A | [ { "type": "oauth_google", "id": "link_12345" } ] |
created_at |
int | ✔️ | Unix timestamp of creation |
1615458901 |
updated_at |
int | ✔️ | Unix timestamp of creation |
1615459001 |
id |
Optional[str] | ➖ | N/A | email_id_56789 |