Webex · Capability

Webex Admin — Bulk Manage SCIM 2 Users and Groups

Webex Admin — Bulk Manage SCIM 2 Users and Groups. 1 operations. Lead operation: User bulk API. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexBulk Manage SCIM 2 Users and Groups

What You Can Do

POST
Userbulkapi — User bulk API
/v1/identity/scim/{orgid}/v2/bulk

MCP Tools

user-bulk-api

User bulk API

Capability Spec

admin-bulk-manage-scim-2-users-and-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Admin — Bulk Manage SCIM 2 Users and Groups
  description: 'Webex Admin — Bulk Manage SCIM 2 Users and Groups. 1 operations. Lead operation: User bulk API. Self-contained
    Naftiko capability covering one Webex business surface.'
  tags:
  - Webex
  - Bulk Manage SCIM 2 Users and Groups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBEX_API_KEY: WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-bulk-manage-scim-2-users-and-groups
    baseUri: ''
    description: Webex Admin — Bulk Manage SCIM 2 Users and Groups business capability. Self-contained, no shared references.
    resources:
    - name: identity-scim-orgId-v2-Bulk
      path: /identity/scim/{orgId}/v2/Bulk
      operations:
      - name: userbulkapi
        method: POST
        description: User bulk API
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: Webex Identity assigned organization identifier for user's organization.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-bulk-manage-scim-2-users-and-groups-rest
    port: 8080
    description: REST adapter for Webex Admin — Bulk Manage SCIM 2 Users and Groups. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/identity/scim/{orgid}/v2/bulk
      name: identity-scim-orgid-v2-bulk
      description: REST surface for identity-scim-orgId-v2-Bulk.
      operations:
      - method: POST
        name: userbulkapi
        description: User bulk API
        call: admin-bulk-manage-scim-2-users-and-groups.userbulkapi
        with:
          orgId: rest.orgId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-bulk-manage-scim-2-users-and-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Admin — Bulk Manage SCIM 2 Users and Groups. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: user-bulk-api
      description: User bulk API
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: admin-bulk-manage-scim-2-users-and-groups.userbulkapi
      with:
        orgId: tools.orgId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.