...
Workday API URL: This URL forms the base URI for every API request. Here are the steps to find out the URL:
In Workday tenant, in the search bar, type: Public web services. Select the Public Web Services report.
Hover over Human Resources and click the three dots to access the menu. Select Web Services. Select View WSDL.
Navigate to the bottom of the page that opens and you'll find the host. Copy the URL. It should look something like: https://wd5-services1.myworkday.com/ccx/service.
...
Workday API version: API Version to use e.g āv40.1ā - ensure you prefix the version with the letter āvā
Workday Tenant Name: The tenant for the account. Tenant name is found in the URL when you are logged into Workday. For example, if the URL of your Workday tenant is
https://impl.workday.com/sample_company/d/home.html
, tenant name is sample_companyWorkday Username: The username to connect to the tenant. Workday recommends using an Integration System User (ISU) for integration using third party services like OnLink. This ensures all operations performed by the integration will be logged under this user, and can be audited. Furthermore, it avoids issues of workers getting terminated and their account no longer working.
Workday Password: The password associated with the user.
...