Auth0 · Schema

CreateUserAttributeProfileResponseContent

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-createuserattributeprofileresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateUserAttributeProfileResponseContent",
  "title": "CreateUserAttributeProfileResponseContent",
  "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"
    }
  }
}