Workday
Read Workday HCM workers, supervisory organizations, and job profiles via the Workday REST API.
Auth: user-delegated OAuth 2.0. Attach the matching OAuth credential once; the InTouch server injects a live access token and keeps it refreshed for you. Your secrets stay in the encrypted vault — never in the tool, never shown to the AI assistant.
Operations
list_workersget_workerlist_supervisory_organizationslist_job_profiles
Inputs
operation(required) — One of: list_workers, get_worker, list_supervisory_organizations, list_job_profileshost(required) — Your Workday API host, e.g. wd2-impl-services1.workday.com or <tenant>.workday.com — the host part of the /ccx/api URL.tenant(required) — Your Workday tenant name (the {tenant} segment in the REST path).workerId— Worker WID/id — required for get_worker.query— Optional query params as a JSON object string, e.g. {"limit": 20, "offset": 0}.body— Request body as a JSON object string (unused by the read operations).
Example
operation: list_workers
host: <your host>
tenant: <your tenant>