Auth0 · Schema

UserAttributeProfileUserAttributes

User attributes configuration map. Keys are attribute names, values are the mapping configuration for each attribute.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-userattributeprofileuserattributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserAttributeProfileUserAttributes",
  "title": "UserAttributeProfileUserAttributes",
  "type": "object",
  "description": "User attributes configuration map. Keys are attribute names, values are the mapping configuration for each attribute.",
  "additionalProperties": {
    "$ref": "#/components/schemas/UserAttributeProfileUserAttributeAdditionalProperties"
  },
  "minProperties": 1,
  "maxProperties": 64
}