Chrome Management API (chromemanagement:v1)

2023-01-26

2 new methods

Additions

    Methods
  • chromemanagement.customers.telemetry.users.list

      Flat Path: v1/customers/{customersId}/telemetry/users

      Path: v1/{+parent}/telemetry/users

      Scopes: https://www.googleapis.com/auth/chrome.management.telemetry.readonly

      HTTP Method: GET

      Description: List all telemetry users.

      Parameter Order: parent

      Parameters:

        pageSize

          Format: int32

          Type: integer

          Location: query

          Description: Maximum number of results to return. Default value is 100. Maximum value is 1000.

        pageToken

          Type: string

          Description: Token to specify next page in the list.

          Location: query

        readMask

          Location: query

          Description: Read mask to specify which fields to return.

          Type: string

          Format: google-fieldmask

        filter

          Type: string

          Location: query

          Description: Only include resources that match the filter. Supported filter fields: * user_id * user_org_unit_id

        parent

          Pattern: ^customers/[^/]+$

          Required: Yes

          Description: Required. Customer id or "my_customer" to use the customer associated to the account making the request.

          Type: string

          Location: path

  • chromemanagement.customers.telemetry.users.get

      Flat Path: v1/customers/{customersId}/telemetry/users/{usersId}

      Parameters:

        name

          Pattern: ^customers/[^/]+/telemetry/users/[^/]+$

          Location: path

          Description: Required. Name of the `TelemetryUser` to return.

          Type: string

          Required: Yes

        readMask

          Description: Read mask to specify which fields to return.

          Type: string

          Format: google-fieldmask

          Location: query

      HTTP Method: GET

      Parameter Order: name

      Description: Get telemetry user.

      Scopes: https://www.googleapis.com/auth/chrome.management.telemetry.readonly

      Path: v1/{+name}