Open one task on a worker profile
workday_get_worker_taskFetch a named section from a worker's Workday profile (e.g., Compensation, Job Details) by providing the worker reference and task name. Returns structured JSON data for that specific profile task.
Instructions
Open a single named item from a worker's profile — "Compensation", "Job Details", "Performance Reviews", "Management Chain", "Benefits", "Goals", "Pay Change History", and so on. Matched case-insensitively against that worker's own task catalog; if it does not match, the error lists exactly what is available. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task name as it appears on the profile, e.g. `Compensation`. | |
| worker | Yes | Profile uri or bare worker instance id. |