What is Workday? #
Workday provides enterprise cloud applications for finance and human resources. Workday includes applications for financial management, human resources, planning, spend management, and analytics.
Why Should You Use the Workday Connector? #
The Workday connector provides visibility into the users in your environment. You can use this visibility to:
- 
ensure users are managed per your security policies 
- 
derive relationships between assets, users, applications, and data 
How Does This Connector Work? #
Lucidum executes read-only requests to the Workday REST API and ingests only meta-data about Workday devices. Lucidum does not retrieve any data stored on your assets.
Configuring the Connector in Lucidum #
| Field | Description | Example | 
|---|---|---|
| URL | The URL for the Workday API. | 
 | 
| Tenant | Workday tenant name | lucidum | 
| Username | If you are using basic authentication, provide a user name for a Workday account with read access. Note that username may be in the format of <user name>@<tenant> | Â justynmutts@lucidum. | 
| Password | If you are using basic authentication, provide a password for the Workday account with read access | Â ************ | 
| Client ID | If you are using OAuth authentication, provide a client ID for a Workday account with read access | Â ************ | 
| Client Secret | If you are using OAuth authentication, provide a client secret for a Workday account with read access | Â ************ | 
| Refresh Token | If you are using OAuth authentication, provide a refresh token for a Workday account with read access | |
| API Version | Workday API version. Default is v36.2 | v36.2 | 
Source Documentation #
Creating Credentials #
Credentials for Basic Authentication:
Contact your Lucidum Sales Representative for help with creating credentials.
https://doc.workday.com/en-us/home.html
- 
Search Workday for Public Web Services 
- 
Open the report 
- 
Hover over Human Resources and click the three dots to access the menu 
- 
Click Web Service, then View WSDL 
- 
Navigate to the bottom of the WSDL page to find the hostname 
- 
Look for the Username, Password, Tenant Name https://wd5-services1.workday.com/TENANT_NAME, and Endpoint URL. Save these somewhere secure for later
Credentials for OAuth Authentication:
https://community.workday.com/rest/oauth
#
Required Permissions #
Contact your Lucidum Sales Representative for help with permissions.
The user must have access to the following domains:
- 
Self-Service: Current Staffing Information, 
- 
Worker Data: Current Staffing Information 
- 
Worker Data: Workers 
- 
Worker Data: Public Worker Reports 
API Documentation #
https://community.workday.com/sites/default/files/file-hosting/restapi/index.html
Swagger documentation:
https://cloud-elements.github.io/docs/elements/slack/ko/api-documentation.html?elementId=7292
