Field | Type | Required | Description |
---|---|---|---|
id |
Optional<? extends String> | ➖ | N/A |
object |
com.clerk.backend_api.models.components.EmailAddressObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
emailAddress |
String | ✔️ | N/A |
reserved |
boolean | ✔️ | N/A |
verification |
Optional<? extends com.clerk.backend_api.models.components.Verification> | ✔️ | N/A |
linkedTo |
List<com.clerk.backend_api.models.components.IdentificationLink> | ✔️ | N/A |
createdAt |
long | ✔️ | Unix timestamp of creation |
updatedAt |
long | ✔️ | Unix timestamp of creation |