Webex · Capability

Webex Admin — Archive Users

Webex Admin — Archive Users. 1 operations. Lead operation: Get Archive User. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexArchive Users

What You Can Do

GET
Getarchiveuser — Get Archive User
/v1/identity/organizations/{orgid}/v1/archiveduser/{useruuid}

MCP Tools

get-archive-user

Get Archive User

read-only idempotent

Capability Spec

admin-archive-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Admin — Archive Users
  description: 'Webex Admin — Archive Users. 1 operations. Lead operation: Get Archive User. Self-contained Naftiko capability
    covering one Webex business surface.'
  tags:
  - Webex
  - Archive Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBEX_API_KEY: WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-archive-users
    baseUri: ''
    description: Webex Admin — Archive Users business capability. Self-contained, no shared references.
    resources:
    - name: identity-organizations-orgId-v1-ArchivedUser-useruuid
      path: /identity/organizations/{orgId}/v1/ArchivedUser/{useruuid}
      operations:
      - name: getarchiveuser
        method: GET
        description: Get Archive User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: The unique identifier for the organization.
          required: true
        - name: useruuid
          in: path
          type: string
          description: The unique identifier for the user.
          required: true
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-archive-users-rest
    port: 8080
    description: REST adapter for Webex Admin — Archive Users. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/identity/organizations/{orgid}/v1/archiveduser/{useruuid}
      name: identity-organizations-orgid-v1-archiveduser-useruuid
      description: REST surface for identity-organizations-orgId-v1-ArchivedUser-useruuid.
      operations:
      - method: GET
        name: getarchiveuser
        description: Get Archive User
        call: admin-archive-users.getarchiveuser
        with:
          orgId: rest.orgId
          useruuid: rest.useruuid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-archive-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Admin — Archive Users. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-archive-user
      description: Get Archive User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-archive-users.getarchiveuser
      with:
        orgId: tools.orgId
        useruuid: tools.useruuid
      outputParameters:
      - type: object
        mapping: $.