Tenant Parameter (Connect-Workday Cmdlet)
The name of a tenant tied to your Workday account.
Syntax
Connect-Workday -Tenant string
Data Type
cstr
Default Value
""
Remarks
To obtain the Tenant, log into Workday, type "View API Clients" in the search box, and select the resulting View API Clients report.
You are redirected to the View API Clients page. Near the top of this page, the Workday REST API Endpoint is displayed.
Set this connection property to the portion of the Workday REST API Endpoint after the last forward slash (/).
For example, if you had a Workday REST API Endpoint of https://wd3-impl-services1.workday.com/ccx/api/v1/mycompany, the value of this property should be set to "mycompany".
This is a required parameter.