Auth0 · Schema

UserMetadata

Data related to the user that does not affect the application's core functionality.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-usermetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserMetadata",
  "title": "UserMetadata",
  "type": "object",
  "description": "Data related to the user that does not affect the application's core functionality.",
  "additionalProperties": true
}