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

JSON Schema

admin-sdk-directory-org-unit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OrgUnit",
  "type": "object",
  "description": "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.",
  "properties": {
    "kind": {
      "type": "string",
      "description": "The type of the API resource."
    },
    "etag": {
      "type": "string",
      "description": "ETag of the resource."
    },
    "name": {
      "type": "string",
      "description": "The organizational unit path name. For example, an organizational unit with parent path /corp and name sales is derived as /corp/sales."
    },
    "description": {
      "type": "string",
      "description": "Description of the organizational unit."
    },
    "orgUnitPath": {
      "type": "string",
      "description": "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": {
      "type": "string",
      "description": "The unique ID of the organizational unit."
    },
    "parentOrgUnitPath": {
      "type": "string",
      "description": "The organizational unit path of the parent organizational unit. Required unless parentOrgUnitId is set."
    },
    "parentOrgUnitId": {
      "type": "string",
      "description": "The unique ID of the parent organizational unit. Required unless parentOrgUnitPath is set."
    },
    "blockInheritance": {
      "type": "boolean",
      "description": "Deprecated. Setting this field has no effect."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/admin-sdk-directory-org-unit"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.