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