Auth0 · Capability

Auth0 API — Deprecated > Impersonation

Auth0 API — Deprecated > Impersonation. 1 operations. Lead operation: Auth0 Obtain an impersonation URL. Self-contained Naftiko capability covering one Auth0 business surface.

Run with Naftiko Auth0Deprecated > Impersonation

What You Can Do

POST
Impersonate — Auth0 Obtain an impersonation URL
/v1/users/{user-id}/impersonate

MCP Tools

auth0-obtain-impersonation-url

Auth0 Obtain an impersonation URL

Capability Spec

auth0-deprecated-impersonation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Auth0 API — Deprecated > Impersonation
  description: 'Auth0 API — Deprecated > Impersonation. 1 operations. Lead operation: Auth0 Obtain an impersonation URL. Self-contained
    Naftiko capability covering one Auth0 business surface.'
  tags:
  - Auth0
  - Deprecated > Impersonation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTH0_API_KEY: AUTH0_API_KEY
capability:
  consumes:
  - type: http
    namespace: auth0-deprecated-impersonation
    baseUri: ''
    description: Auth0 API — Deprecated > Impersonation business capability. Self-contained, no shared references.
    resources:
    - name: users-user_id-impersonate
      path: /users/{user_id}/impersonate
      operations:
      - name: impersonate
        method: POST
        description: Auth0 Obtain an impersonation URL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: user_id
          in: path
          type: string
          description: The ID of the user to impersonate.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: auth0-deprecated-impersonation-rest
    port: 8080
    description: REST adapter for Auth0 API — Deprecated > Impersonation. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/users/{user-id}/impersonate
      name: users-user-id-impersonate
      description: REST surface for users-user_id-impersonate.
      operations:
      - method: POST
        name: impersonate
        description: Auth0 Obtain an impersonation URL
        call: auth0-deprecated-impersonation.impersonate
        with:
          user_id: rest.user_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: auth0-deprecated-impersonation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Auth0 API — Deprecated > Impersonation. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: auth0-obtain-impersonation-url
      description: Auth0 Obtain an impersonation URL
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: auth0-deprecated-impersonation.impersonate
      with:
        user_id: tools.user_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.