Auth0 · Schema

UserAttributeProfile

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id object
name object
user_id object
user_attributes object
View JSON Schema on GitHub

JSON Schema

auth0-userattributeprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserAttributeProfile",
  "title": "UserAttributeProfile",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "$ref": "#/components/schemas/UserAttributeProfileId"
    },
    "name": {
      "$ref": "#/components/schemas/UserAttributeProfileName"
    },
    "user_id": {
      "$ref": "#/components/schemas/UserAttributeProfileUserId"
    },
    "user_attributes": {
      "$ref": "#/components/schemas/UserAttributeProfileUserAttributes"
    }
  }
}