Chrome Management API (chromemanagement:v1)

2024-03-14

2 new methods

Additions

    Methods
  • chromemanagement.customers.apps.fetchDevicesRequestingExtension

      Flat Path: v1/customers/{customersId}/apps:fetchDevicesRequestingExtension

      Parameters:

        pageSize

          Description: Optional. Maximum number of results to return. Maximum and default are 50. Any page size larger than 50 will be coerced to 50.

          Location: query

          Format: int32

          Type: integer

        extensionId

          Type: string

          Description: Required. The extension for which we want to find requesting devices.

          Location: query

        customer

          Type: string

          Required: Yes

          Description: Required. The customer ID or "my_customer" prefixed with "customers/".

          Location: path

          Pattern: ^customers/[^/]+$

        orgUnitId

          Description: The ID of the organizational unit. Only consider devices that directly belong to this org unit, i.e. sub-orgunits are not counted. If omitted, all data will be returned.

          Location: query

          Type: string

        pageToken

          Description: Optional. Token to specify the page of the request to be returned. Token expires after 1 day.

          Type: string

          Location: query

      HTTP Method: GET

      Parameter Order: customer

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

      Description: Get a list of devices that have requested to install an extension.

      Path: v1/{+customer}/apps:fetchDevicesRequestingExtension

  • chromemanagement.customers.apps.fetchUsersRequestingExtension

      Description: Get a list of users that have requested to install an extension.

      Flat Path: v1/customers/{customersId}/apps:fetchUsersRequestingExtension

      Parameter Order: customer

      Path: v1/{+customer}/apps:fetchUsersRequestingExtension

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

      Parameters:

        orgUnitId

          Location: query

          Description: The ID of the organizational unit. Only consider devices that directly belong to this org unit, i.e. sub-orgunits are not counted. If omitted, all data will be returned.

          Type: string

        pageToken

          Type: string

          Location: query

          Description: Optional. Token to specify the page of the request to be returned. Token expires after 1 day.

        extensionId

          Type: string

          Location: query

          Description: Required. The extension for which we want to find the requesting users.

        customer

          Location: path

          Pattern: ^customers/[^/]+$

          Type: string

          Required: Yes

          Description: Required. The customer ID or "my_customer" prefixed with "customers/".

        pageSize

          Location: query

          Description: Optional. Maximum number of results to return. Maximum and default are 50. Any page size larger than 50 will be coerced to 50.

          Type: integer

          Format: int32

      HTTP Method: GET