--- title: 'Workday' description: 'Access HR, payroll, and talent management data from Workday.' --- # Workday Access HR, payroll, and talent management data from Workday. | Detail | Value | |---|---| | Category | HR | | Base URL | `https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}` | | Authentication | OAuth2 | | Endpoints | 5 | | Connector key | `workday` | ## Using Workday in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Workday** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /workers](./get_workers_hr_listworkers) | List workers | | [GET /workers/{workerId}](./get_workers_workerid_hr_getworker) | Get a worker | | [GET /organizations](./get_organizations_hr_listorganizations) | List organizations | | [GET /locations](./get_locations_hr_listlocations) | List locations | | [GET /timeOff](./get_timeoff_hr_listtimeoff) | List time off entries | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.