Clerk · Example Payload

Clerk Emailaddress Example

AuthenticationAuthorizationB2B SaaSCIAMIdentity ManagementMFAOAuthOpenID ConnectOrganizationsPasskeysSAMLSecuritySessionsSSOUser Management

Clerk Emailaddress Example is an example object payload from Clerk, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idobjectemail_addressreservedverificationlinked_tomatches_sso_connectioncreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "example",
  "object": "email_address",
  "email_address": "jane@example.com",
  "reserved": false,
  "verification": {
    "object": "verification_otp",
    "status": "unverified",
    "strategy": "phone_code",
    "attempts": 0,
    "expire_at": 1747939800,
    "verified_at_client": "example"
  },
  "linked_to": [
    {
      "type": "example",
      "id": "example"
    }
  ],
  "matches_sso_connection": false,
  "created_at": 0,
  "updated_at": 0
}