Workday Report as a Service Integration
11/2022 - rev 1
Overview
The Oort security platform can integrate with Workday Report as a Service (RaaS) functionality to ingest Workday HR data in an automated fashion.
This provides a key element to managing identities and identity security in your organization, as the HRIS system is frequently the source of truth for both internal and third party B2B users.
This document will walk you through the process of setting up access to Workday and will also walk you through the setup inside of the Oort console.
Workday Report as a Service Configuration
NOTE - This article assumes some familiarity with Workday platform administration. The purpose of the document is to provide the report structure and parameters, as well as provide guidance in the Oort configuration.
The high level steps to complete this task in Workday are as follows:
- Create a Workday Integration System User (ISU) (example documentation) - this user will act as the report owner and provide access to it from the Oort platform
- Create the custom report as defined below
- Enable the report as a web service in Advanced settings
- Ensure that the ISU created in Step 1 is the owner of the report in the Share settings
- Configure the Workday Report inside of the Oort console.
Create Workday ISU
To create the integration system user, follow the example documentation above or proceed as follows:
- Go to your Workday tenant and enter create integration system user in the search field. Under Tasks & Reports, click Create Integration System User.
- Enter a username and password for the new user.
- Leave the Require New Password at Next Sign In option clear.
- For Session Timeout Minutes, enter 0.
- Select Do Not Allow UI Sessions to prevent this user from signing into Workday.
- Click OK.
Ensure that the ISU created above is a member of the necessary security groups within Workday to be an owner of the report to be created in the next step.
Create Custom Report
Create a custom report in Workday with the following properties:
- Report type - Advanced
- Data source - All users (active, terminated, pre-hire) - This will depend on your Workday data structure.
- Data source type - Standard
- Primary business object - Worker
Add the following columns to the report, in this order. Some of the columns will be Workday native or static fields and some will be calculated fields.
user_id
first_name
middle_name
last_name
email
country
active
hire_date
original_hire_date
first_day_of_work
terminated
termination_date
org_id
org_name
super_ref - (Manager ID)
contract_end_date
position_title
business_title
Category
Superviser/Manager - (Managers email address)
State
City
In all, there should be 22 items.
Enable this Report as a Web Service in the Advanced tab.
Ensure that the ISU user created above is listed as the Owner of the report in the Share tab.
Note - The ISU user will need access to ALL of the data fields in the report.
Copy the Report URL in JSON format for use in the Oort integration configuration.
Note - the Report URL can be obtained at the following location in the Workday report console.
The report URL must be for the JSON format.
Open the list of Report URLs in a new tab and right-click -> copy the JSON URL link below.
Oort Configuration
Within the Oort console, navigate to -
Integrations -> New Integration -> Workday
Enter the following information according to the instructions below.
Enter an integration name. This is just a display name.
Enter your Workday Report JSON URL that you copied from the section above.
Enter the ISU username and password for the Workday ISU service account that was created above.
Click Save.
Start Collection for the Workday Integration
Data collection for new integrations occurs automatically every 24 hrs overnight, but to manually start the collection process, do the following.
Click the three dot option menu on the newly created Workday RaaS integration and select Collect Now.
This process may take some time depending on the size of the Workday user population.