Auth0 · JSON Structure

Auth0 User Structure

A user identity managed in Auth0, identified by user_id, with email, profile, app_metadata, user_metadata, and identity providers.

Type: Properties: 0
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Auth0 User Structure is a JSON Structure definition published by Auth0.

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://raw.githubusercontent.com/api-evangelist/auth0/main/json-structure/auth0-user-structure.json",
  "title": "Auth0 User",
  "description": "A user identity managed in Auth0, identified by user_id, with email, profile, app_metadata, user_metadata, and identity providers.",
  "sourceSpec": "openapi/auth0-management-api-openapi.yml",
  "related": [
    "json-schema/auth0-user-schema.json"
  ]
}