- 27 Mar 2025
- 3 Minutes to read
- Print
- DarkLight
Workday
- Updated on 27 Mar 2025
- 3 Minutes to read
- Print
- DarkLight
Workday is a provider of cloud-based software that specializes in applications for enterprise resource planning (ERP) and human capital management (HCM). DataBee integrates with Workday for the purpose of building the organization hierarchy, which is used in other views.
For detailed information, please refer to the Workday’s official documentation.
Integration Method: API
Tables: User Inventory Info (5003), Authentication (3002), Web Resource Activity (6001)
Events | Description |
---|---|
Workers | Get worker name, id and organization and manager details. |
This integration supports the following versions.
Workers API version | v1 |
Supervisory Organizations API Version | v6 |
Note:
Workday is a continuously updated cloud service. As for this document preparation, the latest release was in September 2024.
Prerequisites
The user should have access to the Workday portal with an account that has the Global Administrator privileges.
The user should have access to the DataBee console.
Configuration Overview
Workday
Create an Integration System User (ISU) in Workday.
Register an API Client for Integrations associated with the ISU in Workday to get the Client ID, Client Secret and Refresh Tokens
Create a Security Group, add ISU as member and assign permissions
Create Workday Data Feed in the DataBee console with the required Client credentials.
DataBee Parameter
Workday Parameter
Client Key
Client Secret
Refresh Token
Refresh token
API Base URL
REST API endpoint
Token URL and <tenant>
Token endpoint
Workday Configuration
Create Integration System User
Login to Workday as an admin and search for Create Integration System User.
In the dialog box, fill in the required fields of the form and click OK.
Registering API Client for Integrations
Search for Register API Client for Integrations.
In the dialog box, enter the required fields of the form
Name
Non-Expiring Refresh Tokens: SELECT
Disabled: UNSELECT
Scope: add the following
Implementation
Integration
System
Tenant non-configurable
Include Workday Owned Scope: SELECT.
Click OK and save the Workday API Client ID & Client Secret.
Search for View API Clients in Workday at the above.
Capture datacenter and tenant name for Workday API URLs.
Under the “API Clients for Integrations” tab, select the newly registered API client above.
From Related Actions, select API Client > Manage Refresh Tokens for Integrations.
In the Workday Account field, select the newly created integration user click OK.
Check Generate New Refresh Token for Integrations and click OK.
Copy and save the generated Refresh Token.
At this point, you will have the Refresh Token, Client ID and Client Secret.
Editing Security Policy
Search for Create Security Group.
Fill in the fields:
Type of Tenanted Security Group: Integration System Security Group (Unconstrained).
Name: assign a name.
Select the newly created Integration System User.
From Related Actions, select Security Group > Maintain Domain Permissions for Security Group.
Add the following "Get" and "View" permissions to the group:
Manage: Organization Roles
Reports: Manager
Reports: Organization
Worker Data: Public Worker Reports.
Worker Data: Workers
Search for Security Policy Changes and activate the Security Policy Changes.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.
Search for Workday and click it as shown below.
Click on the API Ingest option for the collection method.
Enter feed contact information and click Next.
In the configuration page, confirm the following:
Select the event type and enter the tenant's name.
Refresh Token: paste the Workday Refresh Token.
Client Key: paste Workday Client ID.
Client Secret: paste Workday Client Secret.
Token URL: replace the <tenant> placeholder.
API URL: ensure the datacenter in the API Base URL matches Workday REST endpoint.
Event Types: preselected for all the event types that integration pulls.
Click Submit.
Troubleshooting Tips
If you encounter an "Invalid client" or "Unauthorized client" error, it may be due to incorrect credentials. Please double-check that the client key, client secret, and Tenant are entered correctly. To avoid any issues, consider pasting it into a text editor to ensure there are no extra spaces or unexpected characters before reconfiguring the DataBee feed.
If you receive an "Unauthorized" error, it may be because the client ID and client secret belong to different applications. Kindly verify that you are using credentials from the same tenant to resolve the issue.