Org Unit
| Name | Type | Description | Is required | Mutability |
|---|---|---|---|---|
| orgUnitId | string | Global unique identifier of organization (UUID) | required | immutable |
| orgUnitInfo | OrgUnitInfo | Basic organization info | required | mutable |
¶ Org Unit Info
| Name | Type | Description | Is required | Mutability |
|---|---|---|---|---|
| name | string | Business name of the org | required | mutable |
| hierarchyInfo | HierarchyInfo | Organization hierarchy | required | immutable |
¶ Hierarchy Info
| Name | Type | Description | Is required | Mutability |
|---|---|---|---|---|
| parentOrganizationId | string | Parent org id of the org node | required | immutable |
| rootOrganizationId | string | Root org id of the org node | optional | immutable |