Auth0 · Capability

Auth0 Management API — User Attribute Profiles

Auth0 Management API capability covering the User Attribute Profiles resource group (4 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 7 operations.

Auth0 Management API — User Attribute Profiles is a Naftiko capability published by Auth0, one of 68 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Auth0, Management API, and User Attribute Profiles.

Run with Naftiko Auth0Management APIUser Attribute Profiles

Capability Spec

auth0-management-user-attribute-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 User Attribute Profiles"
  description: Auth0 Management API capability covering the User Attribute Profiles resource group (4 paths). Self-contained Naftiko capability
    covering one Auth0 Management surface. 7 operations.
  tags:
  - Auth0
  - Management API
  - User Attribute Profiles
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    AUTH0_DOMAIN: AUTH0_DOMAIN
    AUTH0_MGMT_TOKEN: AUTH0_MGMT_TOKEN
capability:
  consumes:
  - type: http
    namespace: auth0-management-user-attribute-profiles
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 User Attribute Profiles resource group. Self-contained."
    resources:
    - name: user-attribute-profiles
      path: /user-attribute-profiles
      operations:
      - name: get_user-attribute-profiles
        method: GET
        description: Get User Attribute Profiles
        outputRawFormat: json
      - name: post_user-attribute-profiles
        method: POST
        description: Post User Attribute Profile
        outputRawFormat: json
    - name: user-attribute-profiles-templates
      path: /user-attribute-profiles/templates
      operations:
      - name: get_user_attribute_profile_templates
        method: GET
        description: Get User Attribute Profile Templates
        outputRawFormat: json
    - name: user-attribute-profiles-templates-id
      path: /user-attribute-profiles/templates/{id}
      operations:
      - name: get_user_attribute_profile_template
        method: GET
        description: Get User Attribute Profile Template
        outputRawFormat: json
    - name: user-attribute-profiles-id
      path: /user-attribute-profiles/{id}
      operations:
      - name: get_user-attribute-profiles_by_id
        method: GET
        description: Get User Attribute Profile
        outputRawFormat: json
      - name: delete_user-attribute-profiles_by_id
        method: DELETE
        description: Delete User Attribute Profile
        outputRawFormat: json
      - name: patch_user-attribute-profiles_by_id
        method: PATCH
        description: Modify a User Attribute Profile
        outputRawFormat: json