Auth0 · Capability

Auth0 Management API — Groups

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

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

Run with Naftiko Auth0Management APIGroups

Capability Spec

auth0-management-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Groups"
  description: Auth0 Management API capability covering the Groups resource group (3 paths). Self-contained Naftiko capability covering one Auth0
    Management surface. 4 operations.
  tags:
  - Auth0
  - Management API
  - Groups
  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-groups
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Groups resource group. Self-contained."
    resources:
    - name: groups
      path: /groups
      operations:
      - name: get_groups
        method: GET
        description: Get All Groups
        outputRawFormat: json
    - name: groups-id
      path: /groups/{id}
      operations:
      - name: get_group
        method: GET
        description: Get a Group
        outputRawFormat: json
      - name: delete_group
        method: DELETE
        description: Delete a Group
        outputRawFormat: json
    - name: groups-id-members
      path: /groups/{id}/members
      operations:
      - name: get_group_members
        method: GET
        description: Get Group Members
        outputRawFormat: json