Auth0 · Schema

ListUserAttributeProfileTemplateResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
user_attribute_profile_templates array
View JSON Schema on GitHub

JSON Schema

auth0-listuserattributeprofiletemplateresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListUserAttributeProfileTemplateResponseContent",
  "title": "ListUserAttributeProfileTemplateResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "user_attribute_profile_templates": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UserAttributeProfileTemplateItem"
      }
    }
  }
}