get_businessunit_hierarchy
Retrieve the complete organizational hierarchy for a business unit to understand parent-child relationships and organizational structure within Dataverse.
Instructions
Retrieves the complete organizational hierarchy for a specific business unit, showing parent-child relationships and the full organizational structure. Use this to understand business unit relationships and organizational structure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
businessUnitId | Yes | Unique identifier of the business unit to get hierarchy for |
Input Schema (JSON Schema)
{
"properties": {
"businessUnitId": {
"description": "Unique identifier of the business unit to get hierarchy for",
"type": "string"
}
},
"required": [
"businessUnitId"
],
"type": "object"
}