Workday Integrations · Capability

Workday Integrations Workday REST API — Workers

Workday Integrations Workday REST API — Workers. 4 operations. Lead operation: Workday Integrations List workers in an organization. Self-contained Naftiko capability covering one Workday Integrations business surface.

Run with Naftiko Workday IntegrationsWorkers

What You Can Do

GET
Listorganizationworkers — Workday Integrations List workers in an organization
/v1/organizations/{organizationid}/workers
GET
Listworkers — Workday Integrations List workers
/v1/workers
GET
Getworker — Workday Integrations Get a worker
/v1/workers/{workerid}
GET
Getworkerhistory — Workday Integrations Get worker history
/v1/workers/{workerid}/history

MCP Tools

workday-integrations-list-workers-organization

Workday Integrations List workers in an organization

read-only idempotent
workday-integrations-list-workers

Workday Integrations List workers

read-only idempotent
workday-integrations-get-worker

Workday Integrations Get a worker

read-only idempotent
workday-integrations-get-worker-history

Workday Integrations Get worker history

read-only idempotent

Capability Spec

rest-workers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integrations Workday REST API — Workers
  description: 'Workday Integrations Workday REST API — Workers. 4 operations. Lead operation: Workday Integrations List workers
    in an organization. Self-contained Naftiko capability covering one Workday Integrations business surface.'
  tags:
  - Workday Integrations
  - Workers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_INTEGRATIONS_API_KEY: WORKDAY_INTEGRATIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-workers
    baseUri: https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}
    description: Workday Integrations Workday REST API — Workers business capability. Self-contained, no shared references.
    resources:
    - name: organizations-organizationId-workers
      path: /organizations/{organizationId}/workers
      operations:
      - name: listorganizationworkers
        method: GET
        description: Workday Integrations List workers in an organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workers
      path: /workers
      operations:
      - name: listworkers
        method: GET
        description: Workday Integrations List workers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workers-workerId
      path: /workers/{workerId}
      operations:
      - name: getworker
        method: GET
        description: Workday Integrations Get a worker
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workers-workerId-history
      path: /workers/{workerId}/history
      operations:
      - name: getworkerhistory
        method: GET
        description: Workday Integrations Get worker history
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-workers-rest
    port: 8080
    description: REST adapter for Workday Integrations Workday REST API — Workers. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/workers
      name: organizations-organizationid-workers
      description: REST surface for organizations-organizationId-workers.
      operations:
      - method: GET
        name: listorganizationworkers
        description: Workday Integrations List workers in an organization
        call: rest-workers.listorganizationworkers
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workers
      name: workers
      description: REST surface for workers.
      operations:
      - method: GET
        name: listworkers
        description: Workday Integrations List workers
        call: rest-workers.listworkers
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workers/{workerid}
      name: workers-workerid
      description: REST surface for workers-workerId.
      operations:
      - method: GET
        name: getworker
        description: Workday Integrations Get a worker
        call: rest-workers.getworker
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workers/{workerid}/history
      name: workers-workerid-history
      description: REST surface for workers-workerId-history.
      operations:
      - method: GET
        name: getworkerhistory
        description: Workday Integrations Get worker history
        call: rest-workers.getworkerhistory
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-workers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integrations Workday REST API — Workers. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: workday-integrations-list-workers-organization
      description: Workday Integrations List workers in an organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-workers.listorganizationworkers
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integrations-list-workers
      description: Workday Integrations List workers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-workers.listworkers
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integrations-get-worker
      description: Workday Integrations Get a worker
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-workers.getworker
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integrations-get-worker-history
      description: Workday Integrations Get worker history
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-workers.getworkerhistory
      outputParameters:
      - type: object
        mapping: $.