Google Workspace · Schema

OrgUnits

A list of organizational unit resources.

CalendarCollaborationEmailProductivityStorageVideo Conferencing

Properties

Name Type Description
kind string The type of the API resource.
etag string ETag of the resource.
organizationUnits array A list of organizational unit objects.
View JSON Schema on GitHub

JSON Schema

admin-sdk-directory-org-units-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OrgUnits",
  "type": "object",
  "description": "A list of organizational unit resources.",
  "properties": {
    "kind": {
      "type": "string",
      "description": "The type of the API resource."
    },
    "etag": {
      "type": "string",
      "description": "ETag of the resource."
    },
    "organizationUnits": {
      "type": "array",
      "description": "A list of organizational unit objects."
    }
  }
}