{
"id": "evt_<unique-id>",
"source": "urn:auth0:<your-tenant>:users",
"spec_version": "1.0",
"type": "com.auth0.user.<event-type>",
"time": "2025-01-29T14:36:25.794Z",
"dataschema": "https://<your-tenant>.auth0.com/api/v2/schemas/user.<event-type>",
"data": {
"object": {
"user_id": "<user-id>",
"email": "<email>",
"email_verified": <true/false>,
"family_name": "<family-name>",
"given_name": "<given-name>",
"name": "<full-name>",
"nickname": "<nickname>",
"phone_number": "<phone-number>",
"phone_verified": <true/false>,
"user_metadata": {
"hobby": "<user-hobby>"
},
"app_metadata": {
"external_user_id": "<external-id>"
},
"identities": [
{
"connection": "<connection-name>",
"user_id": "<identity-user-id>",
"provider": "<identity-provider>",
"isSocial": <true/false>
}
],
"created_at": "<user-created-time>",
"updated_at": "<user-updated-time>",
"picture": "<profile-picture-url>"
}
}
}