Auth0 · Capability

Auth0 Management API — Self Service Profiles

Auth0 Management API capability covering the Self Service Profiles resource group (5 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 9 operations.

Auth0 Management API — Self Service 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 Self Service Profiles.

Run with Naftiko Auth0Management APISelf Service Profiles

Capability Spec

auth0-management-self-service-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Self Service Profiles"
  description: Auth0 Management API capability covering the Self Service Profiles resource group (5 paths). Self-contained Naftiko capability
    covering one Auth0 Management surface. 9 operations.
  tags:
  - Auth0
  - Management API
  - Self Service 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-self-service-profiles
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Self Service Profiles resource group. Self-contained."
    resources:
    - name: self-service-profiles
      path: /self-service-profiles
      operations:
      - name: get_self-service-profiles
        method: GET
        description: Get Self-service Profiles
        outputRawFormat: json
      - name: post_self-service-profiles
        method: POST
        description: Create a Self-service Profile
        outputRawFormat: json
    - name: self-service-profiles-id
      path: /self-service-profiles/{id}
      operations:
      - name: get_self-service-profiles_by_id
        method: GET
        description: Get a Self-service Profile by Id
        outputRawFormat: json
      - name: delete_self-service-profiles_by_id
        method: DELETE
        description: Delete a Self-service Profile by Id
        outputRawFormat: json
      - name: patch_self-service-profiles_by_id
        method: PATCH
        description: Update a Self-service Profile
        outputRawFormat: json
    - name: self-service-profiles-id-custom-text-language-page
      path: /self-service-profiles/{id}/custom-text/{language}/{page}
      operations:
      - name: get_self_service_profile_custom_text
        method: GET
        description: Get Custom Text for a Self-service Profile
        outputRawFormat: json
      - name: put_self_service_profile_custom_text
        method: PUT
        description: Set Custom Text for a Self-service Profile
        outputRawFormat: json
    - name: self-service-profiles-id-sso-ticket
      path: /self-service-profiles/{id}/sso-ticket
      operations:
      - name: post_sso-ticket
        method: POST
        description: Create an Access Ticket to Initiate the Self-Service Enterprise Configuration Flow
        outputRawFormat: json
    - name: self-service-profiles-profileId-sso-ticket-id-revoke
      path: /self-service-profiles/{profileId}/sso-ticket/{id}/revoke
      operations:
      - name: post_revoke
        method: POST
        description: Revoke a Self-Service Enterprise Configuration Access Ticket
        outputRawFormat: json