AdministrativeUnits
Displays a comprehensive list of administrative units accessible to the authenticated user, enabling management of organizational structure.
Table Specific Information
Select
Most filters are handled server side, but the specific field of Id will change the endpoint we use to retrieve the data. It must be specified with an '=' or IN condition.
For example:
SELECT * FROM AdministrativeUnits WHERE Id = '1721e354-9b76-49d5-bdf1-bb30a936c3ab' SELECT * FROM AdministrativeUnits WHERE Id IN ('1721e354-9b76-49d5-bdf1-bb30a936c3ab') SELECT * FROM AdministrativeUnits WHERE DisplayName LIKE '%Test%'
Columns
Name | Type | Description |
id [KEY] | String | A unique identifier for the administrative unit, used to differentiate it from other units within the directory. |
deletedDateTime | Datetime | The timestamp indicating when the administrative unit was deleted. It is null if the unit has not been deleted. |
description | String | A brief text providing details about the purpose or characteristics of the administrative unit. |
displayName | String | The user-friendly name of the administrative unit, intended for easy identification. |
isMemberManagementRestricted | Bool | Specifies whether member management within this administrative unit is restricted to specific roles or users. |
visibility | String | Defines the visibility level of the administrative unit, such as whether it is publicly discoverable or restricted to internal use. |