RetrieveManagerChain
Fetches the reporting hierarchy for a user, detailing their manager chain.
Input
| Name | Type | Description |
| UserId | String | The unique identifier of the user for whom the manager chain is being retrieved. |
| Levels | String | Specifies the number of hierarchical manager levels to retrieve. Use 'max' to retrieve all levels. |
Result Set Columns
| Name | Type | Description |
| Id | String | The unique identifier of the user in the retrieved manager chain. |
| DisplayName | String | The full display name of the user in the manager chain. |
| Manager | String | The hierarchical relationship of managers for the user, represented as a list or hierarchy. |