IncludeRESTTenantFields Parameter (Connect-Workday Cmdlet)
Whether the provider includes tenant-specific fields in REST metadata.
Syntax
Connect-Workday -IncludeRESTTenantFields SwitchParameter
Data Type
bool
Default Value
false
Remarks
Most of the Workday REST API uses a shared schema that defines fields available on all tenants. The cmdlet embeds this shared schema and uses it for most columns in REST tables and views. By default the cmdlet uses only this shared schema.
When you enable this option, the cmdlet fetches an additional tenant-specific schema that may contain extra fields. The tenant-specific schema is merged with the shared schema to get a complete field list.
Note that the cmdlet does not support tenant-specific schemas on owned tables like WorkersCheckIns. Workday requires an owner ID to read the schemas from these resources, which is not available when the cmdlet discovers column definitions.