Auth0 · Capability

Auth0 Management API — Connections

Auth0 Management API capability covering the Connections resource group (15 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 28 operations.

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

Run with Naftiko Auth0Management APIConnections

Capability Spec

auth0-management-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Connections"
  description: Auth0 Management API capability covering the Connections resource group (15 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 28 operations.
  tags:
  - Auth0
  - Management API
  - Connections
  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-connections
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Connections resource group. Self-contained."
    resources:
    - name: connections
      path: /connections
      operations:
      - name: get_connections
        method: GET
        description: Get All Connections
        outputRawFormat: json
      - name: post_connections
        method: POST
        description: Create a Connection
        outputRawFormat: json
    - name: connections-id
      path: /connections/{id}
      operations:
      - name: get_connections_by_id
        method: GET
        description: Get a Connection
        outputRawFormat: json
      - name: delete_connections_by_id
        method: DELETE
        description: Delete a Connection
        outputRawFormat: json
      - name: patch_connections_by_id
        method: PATCH
        description: Update a Connection
        outputRawFormat: json
    - name: connections-id-clients
      path: /connections/{id}/clients
      operations:
      - name: get_connection_clients
        method: GET
        description: Get Enabled Clients for a Connection
        outputRawFormat: json
      - name: patch_clients
        method: PATCH
        description: Update Enabled Clients for a Connection
        outputRawFormat: json
    - name: connections-id-directory-provisioning
      path: /connections/{id}/directory-provisioning
      operations:
      - name: get_directory-provisioning
        method: GET
        description: Get a Directory Provisioning Configuration
        outputRawFormat: json
      - name: delete_directory-provisioning
        method: DELETE
        description: Delete a Directory Provisioning Configuration
        outputRawFormat: json
      - name: patch_directory-provisioning
        method: PATCH
        description: Patch a Directory Provisioning Configuration
        outputRawFormat: json
      - name: post_directory-provisioning
        method: POST
        description: Create a Directory Provisioning Configuration
        outputRawFormat: json
    - name: connections-id-directory-provisioning-default-mapping
      path: /connections/{id}/directory-provisioning/default-mapping
      operations:
      - name: get_directory_provisioning_default_mapping
        method: GET
        description: Get a Connection's Default Directory Provisioning Attribute Mapping
        outputRawFormat: json
    - name: connections-id-directory-provisioning-synchronizations
      path: /connections/{id}/directory-provisioning/synchronizations
      operations:
      - name: post_synchronizations
        method: POST
        description: Request an On-demand Synchronization of the Directory
        outputRawFormat: json
    - name: connections-id-directory-provisioning-synchronized-groups
      path: /connections/{id}/directory-provisioning/synchronized-groups
      operations:
      - name: get_synchronized-groups
        method: GET
        description: Get Synchronized Groups for a Directory Provisioning Configuration
        outputRawFormat: json
      - name: put_synchronized-groups
        method: PUT
        description: Create or Replace Synchronized Group Selections for a Directory Provisioning Configuration
        outputRawFormat: json
    - name: connections-id-keys
      path: /connections/{id}/keys
      operations:
      - name: get_keys
        method: GET
        description: Get Connection Keys
        outputRawFormat: json
      - name: post_keys
        method: POST
        description: Create Connection Keys
        outputRawFormat: json
    - name: connections-id-keys-rotate
      path: /connections/{id}/keys/rotate
      operations:
      - name: post_rotate
        method: POST
        description: Rotate Connection Keys
        outputRawFormat: json
    - name: connections-id-scim-configuration
      path: /connections/{id}/scim-configuration
      operations:
      - name: get_scim-configuration
        method: GET
        description: Get a Connection's SCIM Configuration
        outputRawFormat: json
      - name: delete_scim-configuration
        method: DELETE
        description: Delete a Connection's SCIM Configuration
        outputRawFormat: json
      - name: patch_scim-configuration
        method: PATCH
        description: Patch a Connection's SCIM Configuration
        outputRawFormat: json
      - name: post_scim-configuration
        method: POST
        description: Create a SCIM Configuration
        outputRawFormat: json
    - name: connections-id-scim-configuration-default-mapping
      path: /connections/{id}/scim-configuration/default-mapping
      operations:
      - name: get_default-mapping
        method: GET
        description: Get a Connection's Default SCIM Mapping
        outputRawFormat: json
    - name: connections-id-scim-configuration-tokens
      path: /connections/{id}/scim-configuration/tokens
      operations:
      - name: get_scim_tokens
        method: GET
        description: Get a Connection's SCIM Tokens
        outputRawFormat: json
      - name: post_scim_token
        method: POST
        description: Create a SCIM Token
        outputRawFormat: json
    - name: connections-id-scim-configuration-tokens-tokenId
      path: /connections/{id}/scim-configuration/tokens/{tokenId}
      operations:
      - name: delete_tokens_by_tokenId
        method: DELETE
        description: Delete a Connection's SCIM Token
        outputRawFormat: json
    - name: connections-id-status
      path: /connections/{id}/status
      operations:
      - name: get_status
        method: GET
        description: Check Connection Status
        outputRawFormat: json
    - name: connections-id-users
      path: /connections/{id}/users
      operations:
      - name: delete_users_by_email
        method: DELETE
        description: Delete a Connection User
        outputRawFormat: json