Tenant Parameter (Connect-Workday Cmdlet)
The tenant for the account.
Syntax
Connect-Workday -Tenant string
Data Type
cstr
Default Value
""
Remarks
The tenant will be used when constructing the URL to use when attempting to retrieve data from Workday. For example:
https://wd3-impl-services1.workday.com/ccx/service/mycompany_gms1/Human_Resources
In this example, "mycompany_gms1" would be the tenant.
This is a required parameter.