Read a worker profile
workday_get_workerFetch a worker's Workday profile catalog, listing available sections and tasks to retrieve compensation, benefits, job, and performance data, using a profile URI or worker ID.
Instructions
Read a worker's Workday profile and return the CATALOG of everything readable about them: sections (Job, Compensation, Benefits, Contact, Personal, Performance, Career, Feedback) each listing named, fetchable tasks. Pass a profileUri from workday_get_org_chart or any reference, or a bare worker id like 247$42. Then use workday_get_worker_task to open one by name. Shows only what your own Workday permissions already allow. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worker | Yes | A full profile uri (e.g. `/acme/inst/1$715/247$42.htmld`) or a bare worker instance id (e.g. `247$42`). |