Chrome Management API (chromemanagement:v1)

2026-05-07

1 new method

Additions

    Methods
  • chromemanagement.customers.reports.findInstalledAppProfiles

      Description : Generate report of managed Chrome profiles that have a specified app installed.

      Parameters :

        orgUnitId

          Description : Optional. The ID of the organizational unit.

          Location : query

          Type : string

        appId

          Type : string

          Location : query

          Description : Required. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote).

        filter

          Type : string

          Location : query

          Description : Optional. Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date

        pageSize

          Type : integer

          Location : query

          Description : Optional. Maximum number of results to return. Maximum and default are 100.

          Format : int32

        customer

          Type : string

          Pattern : ^customers/[^/]+$

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

          Location : path

          Required : Yes

        orderBy

          Location : query

          Description : Optional. Field used to order results. Supported order by fields: * email * profile_id * profile_permanent_id

          Type : string

        pageToken

          Description : Optional. Token to specify the page of the request to be returned.

          Location : query

          Type : string

        appType

          Enum Descriptions :

        • App type not specified.
        • Chrome extension.
        • Chrome app.
        • Chrome theme.
        • Chrome hosted app.
        • ARC++ app.
        • Location : query

          Type : string

          Description : Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID.

          Enum :

        • APP_TYPE_UNSPECIFIED
        • EXTENSION
        • APP
        • THEME
        • HOSTED_APP
        • ANDROID_APP

      Parameter Order : customer

      Path : v1/{+customer}/reports:findInstalledAppProfiles

      Flat Path : v1/customers/{customersId}/reports:findInstalledAppProfiles

      HTTP Method : GET

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