Capability | Description |
---|---|
Workflow Automation | Build Serval workflows to automate anything accessible via Workday’s REST APIs |
Create the ISU Account
Prevent Password Expiration
Create Security Group
Assign ISU to Security Group
Set Permissions
HRIS domain security policies
Operation | Domain Security Policy | Notes |
---|---|---|
Get Only | Worker Data: Public Worker Reports | Minimum required permission |
Get Only | Person Data: Name | |
Get Only | Person Data: Personal Data | |
Get Only | Person Data: Home Contact Information | |
Get Only | Person Data: Work Contact Information | |
Get Only | Person Data: Private Work Email Integration | Required to surface the work email of employees |
Get Only | Person Data: Public Work Email Address Integration | Required to surface the work email of employees |
Get Only | Worker Data: Compensation | |
Get Only | Worker Data: Compensation by Organization | |
Get Only | Worker Data: Workers | |
Get Only | Worker Data: All Positions | |
Get Only | Worker Data: Current Staffing Information | Required to surface the employment status of employees |
Get Only | Worker Data: Employment Data | |
Get Only | Worker Data: Compensation - All Workers’ Positions Past and Present | |
Get Only | Worker Data: Organization Information | |
Get Only | Manage: Organization Integration | Required to surface the organization hierarchy |
Get Only | Reports: Pay Calculation Results for Worker (Results) | |
Get Only | Worker Data: Payroll | |
Get Only | Process: Export Time Blocks | Required to retrieve timesheet entries |
Get Only | Worker Data: Time Off | Time Off access may require additional configuration. |
ATS domain security policies
Operation | Domain Security Policy | Notes |
---|---|---|
Get Only | Worker Data: Public Worker Reports | |
Get Only | Worker Data: Workers | |
Get Only | Worker Data: All Positions | |
Get Only | Worker Data: Current Staffing Information | |
Get Only | Job Requisition Data | |
Get Only | Worker Data: Employment Data | |
Get Only | Worker Data: Organization Information | |
Get Only | Manage Pre-Hire Process: Manage Pre-Hires | |
Get and Put | Manage Pre-Hire Data | |
Get and Put | Candidate Data: Edit Job Application | |
Get and Put | Job Requisitions for Recruiting | |
Get and Put | Candidate Data: Personal Information | |
Get and Put | Set Up: Pre-Hire Process | |
Get and Put | Candidate Data: Other Information | |
Get and Put | Manage Pre-Hire Process | |
View and Modify | Candidate Data: Other Information | |
Get and Put | Candidate Data: Job Application | Get is the minimum required permission |
Get and Put | Move Candidate | |
Get and Put | Prospects | |
Get | Manage: Evergreen Requisitions | |
Get | Job Postings | |
Get | Job Postings External | |
Get | Job Postings Internal | |
Get | Questionnaire | |
Get | Integration Build |
System Monitoring domain security policies
Operation | Domain Security Policy | Notes |
---|---|---|
Get Only | System Monitor Administrator | Required for accessing system metrics and health data |
Get Only | System Monitor Support | Alternative permission for system monitoring access |
Get Only | System Health Dashboard | Required for system health monitoring capabilities |
Activate Security Changes
Set Authentication Rules
Activate Authentication Changes
Create the API Client
Generate Refresh Token for the ISU
Find REST and Token endpoints on View API Clients
/ccx/api/mycompany
, e.g., https://wd2-impl-services1.workday.com/ccx/api/mycompany
)/ccx/oauth2/token
, e.g., https://wd2-impl-services1.workday.com/ccx/oauth2/token
)Find SOAP Web Services Endpoint (WSDL)
https://wd2-impl-services1.workday.com/ccx
?wsdl
.Determine Tenant Name
https://wd2-impl.workday.com/tenant/d/home.html
, the tenant name is tenant
.
You can also ask your administrator.Navigate to Workday Integration
Enter Configuration Details
Field | Where to find it | Example |
---|---|---|
Tenant Name | From your Workday URL or admin | mycompany |
Client ID | From Step 5 (API Client registration) | 1234567890abcdef |
Client Secret | From Step 5 (shown once at registration/rotation) | •••••••••••• |
REST API Endpoint | From Step 7 (View API Clients) | https://wd2-impl-services1.workday.com/ccx/api/mycompany |
Token Endpoint | From Step 7 (View API Clients) | https://wd2-impl-services1.workday.com/ccx/oauth2/token |
Refresh Token | From Step 6 (generated for the ISU) | •••••••••••• |
Web Services Endpoint URL | From Step 7 (Public Web Services → View WSDL) | https://wd2-impl-services1.workday.com/ccx |
ISU Username | From Step 1 (ISU you created) | ServalIntegration |
ISU Password | From Step 1 (ISU password) | •••••••••••• |
/ccx/api/mycompany
and /ccx/oauth2/token
) exactly as shown on the View API Clients page, with the https://
prefix.Submit Configuration Form