Workday Integrations · Capability

Workday Integrations Workday REST API — Organizations

Workday Integrations Workday REST API — Organizations. 3 operations. Lead operation: Workday Integrations List organizations. Self-contained Naftiko capability covering one Workday Integrations business surface.

Run with Naftiko Workday IntegrationsOrganizations

What You Can Do

GET
Listorganizations — Workday Integrations List organizations
/v1/organizations
GET
Getorganization — Workday Integrations Get an organization
/v1/organizations/{organizationid}
GET
Listorganizationworkers — Workday Integrations List workers in an organization
/v1/organizations/{organizationid}/workers

MCP Tools

workday-integrations-list-organizations

Workday Integrations List organizations

read-only idempotent
workday-integrations-get-organization

Workday Integrations Get an organization

read-only idempotent
workday-integrations-list-workers-organization

Workday Integrations List workers in an organization

read-only idempotent

Capability Spec

rest-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integrations Workday REST API — Organizations
  description: 'Workday Integrations Workday REST API — Organizations. 3 operations. Lead operation: Workday Integrations
    List organizations. Self-contained Naftiko capability covering one Workday Integrations business surface.'
  tags:
  - Workday Integrations
  - Organizations
  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-organizations
    baseUri: https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}
    description: Workday Integrations Workday REST API — Organizations business capability. Self-contained, no shared references.
    resources:
    - name: organizations
      path: /organizations
      operations:
      - name: listorganizations
        method: GET
        description: Workday Integrations List organizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
          description: Filter by organization type
    - name: organizations-organizationId
      path: /organizations/{organizationId}
      operations:
      - name: getorganization
        method: GET
        description: Workday Integrations Get an organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - 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: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-organizations-rest
    port: 8080
    description: REST adapter for Workday Integrations Workday REST API — Organizations. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizations
      name: organizations
      description: REST surface for organizations.
      operations:
      - method: GET
        name: listorganizations
        description: Workday Integrations List organizations
        call: rest-organizations.listorganizations
        with:
          type: rest.type
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}
      name: organizations-organizationid
      description: REST surface for organizations-organizationId.
      operations:
      - method: GET
        name: getorganization
        description: Workday Integrations Get an organization
        call: rest-organizations.getorganization
        outputParameters:
        - type: object
          mapping: $.
    - 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-organizations.listorganizationworkers
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integrations Workday REST API — Organizations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: workday-integrations-list-organizations
      description: Workday Integrations List organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-organizations.listorganizations
      with:
        type: tools.type
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integrations-get-organization
      description: Workday Integrations Get an organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-organizations.getorganization
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integrations-list-workers-organization
      description: Workday Integrations List workers in an organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-organizations.listorganizationworkers
      outputParameters:
      - type: object
        mapping: $.