Workday Authentication action
- Updated: 2023/11/16
Workday Authentication action
Workday Authentication action is the first command action that you need to call to get authenticated with your Workday instance.
Prerequisites
Note: The examples and graphics provided on this page are for
representation purposes only and may not accurately reflect your specific instance. We do not
assume responsibility for their maintenance or
accuracy.
- To authenticate to Workday, you need to know your Environment base URL (domain), Tenant ID, Username, and Password.
- Log in to the Workday as an admin. For more information on logging in to a Workday instance, see Workday Login.
- To find the base URL (domain) and tenant of your Workday environment, search
for View API Clients. You will be able to derive the base URL from the
Workday REST API Endpoint field. The format is
https://{domain}.workday.com/ccx/api/v1/{tenant}
.-
The base URL is
https://{domain}.workday.com/
. For example, if the Workday REST API Endpoint ishttps://wd2-impl-services1.workday.com/ccx/api/v1/yourtenant_abc
, your base URL ishttps://wd2-impl-services1.workday.com
- The tenant is derived from the Workday REST API Endpoint field
as well. For example, if the Workday REST API Endpoint is
https://wd2-impl-services1.workday.com/ccx/api/v1/yourtenant_abc
, your tenant isyourtenant_abc
-
The base URL is
Procedure
-
Create a new bot.
-
From the Actions pane, select Start of the bot flow.
and place it under the