SupervisoryOrganizationsOrgChartSubordinates
Retrieves subordinates linked to a supervisory organization's org chart.
Workday Resource Information
Retrieves information about an organization chart of the specified supervisory organization id.Secured by: Reports: Organization
Scope: Organizations and Roles
Aggregate Fields
The driver represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.
Managers_Aggregate
[{
descriptor: Text /* A preview of the instance */
id: Text /* Id of the instance */
}]
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for this instance. |
| SupervisoryOrganizationsOrgChart_Id [KEY] | String | Workday-generated unique ID linking this record to the associated supervisory organization chart. |
| SupervisoryOrganizations_Id [KEY] | String | Workday-generated unique ID linking this record to the associated supervisory organization. |
| Code | String | The unique identifier assigned to the organization. |
| Descriptor | String | A brief, human-readable summary of the organization. |
| Inactive | Bool | Indicates whether the organization is inactive (true/false). |
| Managers_Aggregate | String | A list of managers assigned to the supervisory organization. |
| Name | String | The name of the organization as of the processing effective date. |