Google Workspace · JSON Structure

Admin Sdk Directory Users Structure

Type: object Properties: 5
CalendarCollaborationEmailProductivityStorageVideo Conferencing

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

Properties

kind etag users nextPageToken trigger_event

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

JSON Structure

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