Auth0 · Schema

SelfServiceProfileUserAttributes

List of attributes to be mapped that will be shown to the user during the Self-Service Enterprise Configuration flow.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-selfserviceprofileuserattributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelfServiceProfileUserAttributes",
  "title": "SelfServiceProfileUserAttributes",
  "type": [
    "array",
    "null"
  ],
  "description": "List of attributes to be mapped that will be shown to the user during the Self-Service Enterprise Configuration flow.",
  "items": {
    "$ref": "#/components/schemas/SelfServiceProfileUserAttribute"
  }
}