Documentation Index
Fetch the complete documentation index at: https://help.doozy.live/llms.txt
Use this file to discover all available pages before exploring further.
Overview
To authenticate your Workday account using OAuth, you will need to provide the following information:- WSDL - The Web Services Endpoint URL prefix
- Workday Tenant Name - Your Workday tenant identifier
- Client ID - From the API Client registration
- Client Secret - From the API Client registration
- Refresh Token - A non-expiring refresh token
- Token Endpoint - The OAuth token URL
Prerequisites
- You have Administrator permissions in your companyโs Workday instance
Step 1: Obtain the Web Services Endpoint URL
Step 2: Get Your Tenant Name
Step 3: Register a New API Client for Integrations
On the 'Register API Client for Integrations' page, enter the following:
- Client Name: Enter a name for your API client
- Scope (Functional Areas): Add the required scopes from the table below
- Check Non-Expiring Refresh Tokens
- Check Include Workday Owned Scope
Required Scopes (Functional Areas)
For HRIS integrations, add the following scopes:| Scope |
|---|
| Staffing |
| Time Off and Leave (if you need access to Time Off data) |
| Tenant Non-Configurable |
| Public Data |
| Contact Information |
Step 4: Generate a Non-Expiring Refresh Token
Enter Credentials into Doozy
You must be a Doozy admin to connect an HRIS integration.
Go to the Doozy web app.
Navigate to Workspace Settings โ Integrations โ HRIS.
Notes
- OAuth authentication is recommended over ISU authentication for enhanced security.
- Ensure the Workday Account used to generate the refresh token has the necessary permissions to access the data you need.
- If you need to set up domain security policies for specific data access, see our Workday HRIS Permissions guide.