Google Workspace · Schema

Groups

A paginated list of group resources.

CalendarCollaborationEmailProductivityStorageVideo Conferencing

Properties

Name Type Description
kind string The type of the API resource.
etag string ETag of the resource.
groups array A list of group objects.
nextPageToken string Token for retrieving the next page of results.
View JSON Schema on GitHub

JSON Schema

admin-sdk-directory-groups-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Groups",
  "type": "object",
  "description": "A paginated list of group resources.",
  "properties": {
    "kind": {
      "type": "string",
      "description": "The type of the API resource."
    },
    "etag": {
      "type": "string",
      "description": "ETag of the resource."
    },
    "groups": {
      "type": "array",
      "description": "A list of group objects."
    },
    "nextPageToken": {
      "type": "string",
      "description": "Token for retrieving the next page of results."
    }
  }
}