Auth0 · Capability

Auth0 Management API — User Blocks

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

Auth0 Management API — User Blocks 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 Blocks.

Run with Naftiko Auth0Management APIUser Blocks

Capability Spec

auth0-management-user-blocks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 User Blocks"
  description: Auth0 Management API capability covering the User Blocks resource group (2 paths). Self-contained Naftiko capability covering one
    Auth0 Management surface. 4 operations.
  tags:
  - Auth0
  - Management API
  - User Blocks
  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-blocks
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 User Blocks resource group. Self-contained."
    resources:
    - name: user-blocks
      path: /user-blocks
      operations:
      - name: get_user-blocks
        method: GET
        description: Get Blocks by Identifier
        outputRawFormat: json
      - name: delete_user-blocks
        method: DELETE
        description: Unblock by Identifier
        outputRawFormat: json
    - name: user-blocks-id
      path: /user-blocks/{id}
      operations:
      - name: get_user-blocks_by_id
        method: GET
        description: Get a User's Blocks
        outputRawFormat: json
      - name: delete_user-blocks_by_id
        method: DELETE
        description: Unblock a User
        outputRawFormat: json