Google Workspace · Schema

Users

A paginated list of user resources.

CalendarCollaborationEmailProductivityStorageVideo Conferencing

Properties

Name Type Description
kind string The type of the API resource.
etag string ETag of the resource.
users array A list of user objects.
nextPageToken string Token for retrieving the next page of results.
trigger_event string Event that triggered this response (for push notifications).
View JSON Schema on GitHub

JSON Schema

admin-sdk-directory-users-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Users",
  "type": "object",
  "description": "A paginated list of user resources.",
  "properties": {
    "kind": {
      "type": "string",
      "description": "The type of the API resource."
    },
    "etag": {
      "type": "string",
      "description": "ETag of the resource."
    },
    "users": {
      "type": "array",
      "description": "A list of user objects."
    },
    "nextPageToken": {
      "type": "string",
      "description": "Token for retrieving the next page of results."
    },
    "trigger_event": {
      "type": "string",
      "description": "Event that triggered this response (for push notifications)."
    }
  }
}