Google Workspace · Schema

OrgUnit

A Google Workspace organizational unit. JSON representation of an org unit resource from the Admin SDK Directory API. The hierarchy is limited to 35 levels of depth.

CalendarCollaborationEmailProductivityStorageVideo Conferencing

Properties

Name Type Description
kind string The type of the API resource.
etag string ETag of the resource.
name string The organizational unit path name. For example, an organizational unit with parent path /corp and name sales is derived as /corp/sales.
description string Description of the organizational unit.
orgUnitPath string The full path to the organizational unit. The orgUnitPath is a derived property. When listed, it is derived from parentOrgUnitPath and the organizational unit name.
orgUnitId string The unique ID of the organizational unit.
parentOrgUnitPath string The organizational unit path of the parent organizational unit. Required unless parentOrgUnitId is set.
parentOrgUnitId string The unique ID of the parent organizational unit. Required unless parentOrgUnitPath is set.
blockInheritance boolean Deprecated. Setting this field has no effect.
View JSON Schema on GitHub