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 ​
- Go to Connections and click New Connection.
- Pick Workday from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /workers | List workers |
| GET /workers/{workerId} | Get a worker |
| GET /organizations | List organizations |
| GET /locations | List locations |
| GET /timeOff | List time off entries |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.