Report as a Service (RaaS)
Create a Workday Report URL for Oort to integrate via Web Service
Last updated
Create a Workday Report URL for Oort to integrate via Web Service
Last updated
The Oort security platform can integrate with Workday Report as a Service (RaaS) functionality to ingest Workday HR data in an automated fashion.
Workday HR data 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.
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.
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 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. NOTE - Please ensure that the Column Heading Override and Column Heading Override XML Alias columns use these specific names, so that the product can map the attributes correctly.
user_id
first_name
middle_name
last_name
nickname
active
org_name
business_title
super_ref - (Manager ID)
managername
position_title
division
city
state
country
hire_date
termination_date
category
Please note that value names are case sensitive!
Name | Description | Value Examples [Usage Notes] |
---|---|---|
user_id | Employee/User ID | 14651848 |
first_name | First Name | Robert |
middle_name | Middle Name | Douglas |
last_name | Last Name | McGurrin |
nickname | Nickname | Bob |
Email Address | dmcgurrin@personal.com | |
active | Is User Active? |
|
org_name | Organization Name | P&S Broadcast |
business_title | Business Title | Partner Account Director [Combined with |
super_ref | Employee/User ID of the Supervisor/Manager | 91601870 |
managername | Name of the Supervisor/Manager | Marc Heady |
position_title | Position Title | SW Development Eng [Combined with |
division | Company Division | Belgium Division |
city | City | Sacramento |
state | State | CA |
country | Country | United States |
hire_date | Initial Hire Date | 2022-10-26 or 2022-10-26T17:30:00.000 |
termination_date | Termination Date | 2022-10-26 or 2022-10-26T17:30:00.000 |
category | Category of User | Contingent Worker |
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.
Within the Oort console, navigate to -
Integrations -> New Integration -> Workday
Enter the following information according to the instructions below.
Enter a Name
for the integration (just a display name)
Enter your Workday Report JSON URL created previously
Enter the ISU username and password for the Workday ISU service account that was created previously
Click Save.
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.