Google Workspace · JSON Structure

Admin Sdk Directory Groups Structure

Type: object Properties: 4
CalendarCollaborationEmailProductivityStorageVideo Conferencing

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

Properties

kind etag groups nextPageToken

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

JSON Structure

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