Google Workspace · JSON Structure

Admin Sdk Directory Org Units Structure

Type: object Properties: 3
CalendarCollaborationEmailProductivityStorageVideo Conferencing

OrgUnits is a JSON Structure definition published by Google Workspace, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

kind etag organizationUnits

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OrgUnits",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "organizationUnits": {
      "type": "array"
    }
  }
}