Auth0 · Schema

UserAttributeProfileName

The name of the user attribute profile.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-userattributeprofilename-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserAttributeProfileName",
  "title": "UserAttributeProfileName",
  "type": "string",
  "description": "The name of the user attribute profile.",
  "minLength": 1,
  "maxLength": 128
}