Overview
To authenticate your Workday account, you will need to provide the following information:
WSDL
ISU Username
ISU Password
Workday Tenant Name
Prerequisites
Please ensure you fulfill all the requirements to set up the integration:
You have Administrator permissions in your company's Workday instance
Instructions
Step 1: Create an Integration System User (ISU)
In your Workday portal, log into the Workday tenant
In the Search field, type Create Integration System User
Select the Create Integration System User task
On the Create Integration System User page, in the Account Information section, enter a user name, and enter and confirm a password
Click OK
Notes:
Due to xml encoding, "&", "<", and ">" cannot be included in the password
Ensure Require New Password at Next Sign In is NOT checked
You'll want to add this user to the list of System Users to make sure the password doesn't expire. To do this, search for the Maintain Password Rules task and add the ISU to the System Users exempt from password expiration field.
Step 2: Create a Security Group and assign an Integration System User
In the Search field, type Create Security Group
Select the Create Security Group task.Click OK
On the Create Security Group page, from the Type of Tenanted Security Group pull-down menu, select Integration System Security Group (Unconstrained).
If you would like to create a Constrained Security Group instead of an Unconstrained Security Group, please see the section in Notes below
In the Name field, enter a name
Click OK
On the Edit Integration System Security Group (Unconstrained) page, in the Name field, enter the same name you entered when creating the ISU in the first section
Click OK
Step 3: Configure domain security policy permissions
In the Search field, type Maintain Permissions for Security Group
Make sure the Operation is Maintain, and the Source Security Group is the same as the security group that was assigned in Step 2
Add the corresponding Domain Security Policies
Permissions
Please note that the permissions listed below are the required permissions for the full ATS integration. Required permissions can differ based on the use case. For example, if you only want to provide read access, you can just input GET operations. For a more detailed breakdown, see the Breakdown of Domains section below.
Operation | Domain Security Policy |
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 and Put | Move Candidate |
Get and Put | Prospects |
Get | Manage: Evergreen Requisitions |
Get | Job Postings |
Breakdown of Domains
If you're interested in knowing more about how Workday domains break down into subdomains, see the table below:
Parent Domain | Subdomain |
Candidate Data: Job Application | Candidate Data: Interview Schedule Candidate Data: Offer Details Candidate Data: Other Jobs Jobs Requisitions for Recruiting |
Candidate Data: Personal Information | Candidate Data: Personal Information |
Candidate Data: Other Information | Candidate Data: Photo Candidate Data: Attachement |
Pre-Hire Process Data: Name and Contact Information | Pre-Hire Data: Contact Information Pre-Hire Data: Names |
Job Requisition Data |
|
Person Data: Personal Data | Person Data: Citizenship Status Person Data: Disabilities Person Data: ID Information Person Data: Marital Status Person Data: Date of Birth Person Data: Gender Person Data: Government IDs Person Data: Personal Information |
Person Data: Home Contact Information | Person Data: Home Address Person Data: Home Email Person Data: Home Instant Messenger Person Data: Home Phone Person Data: Home Web Address |
Person Data: Work Contact Information | Person Data: Work Address Person Data: Work Email Person Data: Work Instant Messenger Person Data: Work Phone Person Data: Work Web Address |
Manage: Location |
|
Manage: Evergreen Requisitions | Consolidated Candidate Pool Evergreen Reporting Link Evergreen and Job Requisitions |
Candidate Data: Interview Schedule |
|
Job Postings |
|
Step 4: Activate security policy changes
In the search bar, type "Activate Pending Security Policy Changes" to view a summary of the changes in the security policy that needs to be approved
Add any relevant comments on the window that pops up
Confirm the changes in order to accept the changes that are being made
Step 5: Validate the authentication policy is sufficient
Check the Manage Authentication Policies section to ensure the ISU you created is added to a policy that can access the necessary domains. It should not be restricted to only the "SAML" Allowed Authentication Types – if this is the case, you can create a new Authentication Policy with a "User Name Password" Allowed Authentication Type.
Editing authentication policies
Create an Authentication Rule, and add the Security Group to the Rule
Make sure the Allowed Authentication Types is set to a specific User Name Password or set to Any
Step 6: Activate all pending authentication policy changes
In the search bar type, activate all pending authentication policy changes
Proceed to the next screen, and confirm the changes. This will save the Authentication Policy that was just created
Step 7: Obtain the web services endpoint
Search in Workday for Public Web Services
Open Public Web Services Report
Hover over Human resources and click the three dots to access the menu.
If you are integrating with your Workday ATS, please find Recruiting instead and access that menu
Click Web Services > View WSDL
Navigate to the bottom of the page that opens and you'll find the host
Copy everything until you see /service. This should look something like https://wd5-services1.myworkday.com/ccx.
Step 8: Provide credentials to candidate.fyi team
Workday URL: Provide Web Services Endpoint you found from Step 5
User ID:Provide the Integration System User name for the user created in Step 1.
Password: Provide Integration System User password for the user created in Step 1
Workday tenant name:Provide Workday tenant name.
Example: If you sign in at "https://wd5-services1.workday.com/acme", enter "acme"
(Optional) Create a Constrained Security Group instead of Unconstrained
In the Search field, type Create Security Group.
Select the Create Security Group task.
Click OK.
On the Create Security Group page, from the Type of Tenanted Security Group pull-down menu, select Integration System Security Group (Constrained).
In the Name field, enter a name.
Click OK.
On the Edit Integration System Security Group (Constrained) page, in the Integration System Users field, enter the ISU you created in Section 1.
Now under Organizations, you will need to select the appropriate way you'd like to limit access from your Workday instance. You have several options in regards to how you'd like to limit the data accessible to the ISU:
We recommend selecting a specific organizational structure within your larger Company to segment by
After clicking on "All Organizations by Type", you can further narrow down by selecting which Type you'd like to segment by. The recommended Types are:
From there, you can select the specific Instances within your Workday Organization that you'd like to be synced over from this security Group (specific Regions, divisions, etc.).
After you have configured the Organization Structures you'd like to be accessible from the ISU, please navigate to "Access Rights to Organization".
Depending on how you'd like to configure access, it can either be to the specific criteria you've applied on the Organizations section OR the criteria you applied as well as all organizations that fall under.
If you have only selected a top level organization, you should click "Applies to Current Organization And All Subordinates"
Once is this all completed, please click OK to save the Constrained Security Group
Now continue to Step 3