Workday authentication guide
This is a step-by-step guide to acquiring credentials for authorizing the Workday and Workday Custom Reports components.
To authenticate the component, you require the Host and Tenant names from your Workday account, obtained as described below.
Note
You must have access to a Workday account that allows you to use Workday Public Web Services.
Acquire the Host name and Tenant ID
Host name
- Log in to your Workday account, and ensure you are on the Workday homepage by clicking on the Workday icon in the top-left of the screen.
- On the Workday homepage, type "Public Web Services" into the search bar. Click the Public Web Services search result.
- On the Public Web Services screen, click the ... button, and then click Web Service.
- Click View WSDL in the resulting message to open the
WSDL
file. - In the
WSDL
file, locatesoapbind:address
. - Copy the
hostname
from thelocation
element. This is the Host name you will need to authenticate the Workday Extract component.
Tenant ID
You will find your Tenant ID in the URL displayed in the browser address bar. The ID is the string that immediately follows .com
in the URL. For example, if the URL is https://your-domain.workday.com/example/home.html
, then your Tenant ID would be example
. Copy this string, as you will need it to authenticate the Workday components.