Auth0 · Capability

Auth0 Management API — Jobs

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

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

Run with Naftiko Auth0Management APIJobs

Capability Spec

auth0-management-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Jobs"
  description: Auth0 Management API capability covering the Jobs resource group (5 paths). Self-contained Naftiko capability covering one Auth0
    Management surface. 5 operations.
  tags:
  - Auth0
  - Management API
  - Jobs
  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-jobs
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Jobs resource group. Self-contained."
    resources:
    - name: jobs-users-exports
      path: /jobs/users-exports
      operations:
      - name: post_users-exports
        method: POST
        description: Create Export Users Job
        outputRawFormat: json
    - name: jobs-users-imports
      path: /jobs/users-imports
      operations:
      - name: post_users-imports
        method: POST
        description: Create Import Users Job
        outputRawFormat: json
    - name: jobs-verification-email
      path: /jobs/verification-email
      operations:
      - name: post_verification-email
        method: POST
        description: Send an Email Address Verification Email
        outputRawFormat: json
    - name: jobs-id
      path: /jobs/{id}
      operations:
      - name: get_jobs_by_id
        method: GET
        description: Get a Job
        outputRawFormat: json
    - name: jobs-id-errors
      path: /jobs/{id}/errors
      operations:
      - name: get_errors
        method: GET
        description: Get Job Error Details
        outputRawFormat: json