Google Workspace · JSON Structure

Google Workspace Structure

Structural overview of the Google Workspace API surface; extracted from openapi/.

Type: Properties: 0
CalendarCollaborationEmailProductivityStorageVideo Conferencing

Google Workspace Structure is a JSON Structure definition published by Google Workspace.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Google Workspace",
  "providerId": "google-workspace",
  "kind": "json-structure",
  "description": "Structural overview of the Google Workspace API surface; extracted from openapi/.",
  "schemaCount": 8,
  "operationCount": 21,
  "schemas": [
    {
      "name": "User",
      "type": "object",
      "propertyCount": 42,
      "required": [
        "primaryEmail",
        "name"
      ]
    },
    {
      "name": "UserName",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "givenName",
        "familyName"
      ]
    },
    {
      "name": "Users",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "Group",
      "type": "object",
      "propertyCount": 10,
      "required": [
        "email"
      ]
    },
    {
      "name": "Groups",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "OrgUnit",
      "type": "object",
      "propertyCount": 9,
      "required": [
        "name"
      ]
    },
    {
      "name": "OrgUnits",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "Error",
      "type": "object",
      "propertyCount": 1,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/admin/directory/v1/users",
      "operationId": "listUsers",
      "summary": "List Users",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "POST",
      "path": "/admin/directory/v1/users",
      "operationId": "insertUser",
      "summary": "Create a User",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "GET",
      "path": "/admin/directory/v1/users/{userKey}",
      "operationId": "getUser",
      "summary": "Get a User",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "PUT",
      "path": "/admin/directory/v1/users/{userKey}",
      "operationId": "updateUser",
      "summary": "Update a User",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "DELETE",
      "path": "/admin/directory/v1/users/{userKey}",
      "operationId": "deleteUser",
      "summary": "Delete a User",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "PATCH",
      "path": "/admin/directory/v1/users/{userKey}",
      "operationId": "patchUser",
      "summary": "Patch a User",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "POST",
      "path": "/admin/directory/v1/users/{userKey}/makeAdmin",
      "operationId": "makeUserAdmin",
      "summary": "Make a User a Super Administrator",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "POST",
      "path": "/admin/directory/v1/users/{userKey}/undelete",
      "operationId": "undeleteUser",
      "summary": "Undelete a User",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "POST",
      "path": "/admin/directory/v1/users/{userKey}/signOut",
      "operationId": "signOutUser",
      "summary": "Sign Out a User",
      "tags": [
        "Users"
      ]
    },
    {
      "method": "GET",
      "path": "/admin/directory/v1/groups",
      "operationId": "listGroups",
      "summary": "List Groups",
      "tags": [
        "Groups"
      ]
    },
    {
      "method": "POST",
      "path": "/admin/directory/v1/groups",
      "operationId": "insertGroup",
      "summary": "Create a Group",
      "tags": [
        "Groups"
      ]
    },
    {
      "method": "GET",
      "path": "/admin/directory/v1/groups/{groupKey}",
      "operationId": "getGroup",
      "summary": "Get a Group",
      "tags": [
        "Groups"
      ]
    },
    {
      "method": "PUT",
      "path": "/admin/directory/v1/groups/{groupKey}",
      "operationId": "updateGroup",
      "summary": "Update a Group",
      "tags": [
        "Groups"
      ]
    },
    {
      "method": "DELETE",
      "path": "/admin/directory/v1/groups/{groupKey}",
      "operationId": "deleteGroup",
      "summary": "Delete a Group",
      "tags": [
        "Groups"
      ]
    },
    {
      "method": "PATCH",
      "path": "/admin/directory/v1/groups/{groupKey}",
      "operationId": "patchGroup",
      "summary": "Patch a Group",
      "tags": [
        "Groups"
      ]
    },
    {
      "method": "GET",
      "path": "/admin/directory/v1/customer/{customerId}/orgunits",
      "operationId": "listOrgUnits",
      "summary": "List Organizational Units",
      "tags": [
        "OrgUnits"
      ]
    },
    {
      "method": "POST",
      "path": "/admin/directory/v1/customer/{customerId}/orgunits",
      "operationId": "insertOrgUnit",
      "summary": "Create an Organizational Unit",
      "tags": [
        "OrgUnits"
      ]
    },
    {
      "method": "GET",
      "path": "/admin/directory/v1/customer/{customerId}/orgunits/{orgUnitPath}",
      "operationId": "getOrgUnit",
      "summary": "Get an Organizational Unit",
      "tags": [
        "OrgUnits"
      ]
    },
    {
      "method": "PUT",
      "path": "/admin/directory/v1/customer/{customerId}/orgunits/{orgUnitPath}",
      "operationId": "updateOrgUnit",
      "summary": "Update an Organizational Unit",
      "tags": [
        "OrgUnits"
      ]
    },
    {
      "method": "DELETE",
      "path": "/admin/directory/v1/customer/{customerId}/orgunits/{orgUnitPath}",
      "operationId": "deleteOrgUnit",
      "summary": "Delete an Organizational Unit",
      "tags": [
        "OrgUnits"
      ]
    },
    {
      "method": "PATCH",
      "path": "/admin/directory/v1/customer/{customerId}/orgunits/{orgUnitPath}",
      "operationId": "patchOrgUnit",
      "summary": "Patch an Organizational Unit",
      "tags": [
        "OrgUnits"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/google-workspace-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.