2026-09-09
▼ ▲ chromemanagement.customers.reports.findSaasUsageBrowsers
HTTP Method : GET
Description : Find SaaS usage reports of a customer grouped by browsers based on the given search and sorting criteria.
Scopes : https://www.googleapis.com/auth/chrome.management.reports.readonly
Path : v1/{+customer}/reports:findSaasUsageBrowsers
Flat Path : v1/customers/{customersId}/reports:findSaasUsageBrowsers
Parameter Order : customer
Parameters :
orderBy
Type : string
Description : Optional. The order by expression to sort the SaaS browser reports. Supported fields: * machine * os_platform * first_navigation_time * last_navigation_time Default order is ascending. To specify descending order for a field, append " desc".
Location : query
customer
Description : Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer".
Required : Yes
Type : string
Location : path
Pattern : ^customers/[^/]+$
pageSize
Type : integer
Format : int32
Description : Optional. The maximum number of browsers to return. The service may return fewer than this value. If unspecified, at most 100 browsers will be returned. The maximum value is 200; values above 200 will be coerced to 200.
Location : query
pageToken
Description : Optional. A page token, received from a previous `FindSaasUsageBrowsers` call. Provide this to retrieve the subsequent page.
Type : string
Location : query
app
Location : query
Description : Required. The name of the SaaS application (e.g., `ChatGPT`, `Gemini`).
Type : string
filter
Location : query
Description : Optional. The filter expression to narrow down the SaaS browser reports to return. Supported operators are: =, !=, <, <=, >, >=, :. Logical operators AND, OR, and NOT are supported. Supported fields: * machine * os_platform * first_navigation_time * last_navigation_time * org_unit_id
Type : string
▼ ▲ chromemanagement.customers.reports.findSaasUsageProfiles
HTTP Method : GET
Flat Path : v1/customers/{customersId}/reports:findSaasUsageProfiles
Scopes : https://www.googleapis.com/auth/chrome.management.reports.readonly
Description : Find SaaS usage reports of a customer grouped by profiles based on the given search and sorting criteria.
Path : v1/{+customer}/reports:findSaasUsageProfiles
Parameter Order : customer
Parameters :
orderBy
Description : Optional. The order by expression to sort the SaaS profile reports. Supported fields: * email * os_platform * first_navigation_time * last_navigation_time Default order is ascending. To specify descending order for a field, append " desc".
Type : string
Location : query
filter
Type : string
Location : query
Description : Optional. The filter expression to narrow down the SaaS profile reports to return. Supported operators are: =, !=, <, <=, >, >=, :. Logical operators AND, OR, and NOT are supported. Supported fields: * email * org_unit_id * os_platform * first_navigation_time * last_navigation_time
app
Location : query
Type : string
Description : Required. The name of the SaaS application (e.g., `ChatGPT`, `Gemini`).
customer
Description : Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer".
Type : string
Location : path
Required : Yes
Pattern : ^customers/[^/]+$
pageSize
Type : integer
Location : query
Format : int32
Description : Optional. The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 100 reports will be returned. The maximum value is 200; values above 200 will be coerced to 200.
pageToken
Description : Optional. A page token, received from a previous `FindSaasUsageProfiles` call. Provide this to retrieve the subsequent page.
Type : string
Location : query
▼ ▲ chromemanagement.customers.reports.findSaasUsage
Description : Find SaaS usage reports of a customer based on the given search and sorting criteria.
HTTP Method : GET
Parameter Order : customer
Path : v1/{+customer}/reports:findSaasUsage
Parameters :
customer
Description : Required. Obfuscated customer ID prefixed with "customers/C" or "customers/my_customer".
Type : string
Location : path
Pattern : ^customers/[^/]+$
Required : Yes
pageSize
Location : query
Format : int32
Type : integer
Description : Optional. The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 100 reports will be returned. The maximum value is 200; values above 200 will be coerced to 200.
orderBy
Type : string
Description : Optional. The order by expression to sort the SaaS reports. Supported fields: * app * category * organization * founded_year * headquarters * primary_domain * visits_count * distinct_users_count * distinct_browsers_count * content_transfer_count Default order is ascending. To specify descending order for a field, append " desc". Example: `visits_count desc`
Location : query
pageToken
Description : Optional. A page token, received from a previous `FindSaasUsageReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `FindSaasUsageReports` must match the call that provided the page token.
Location : query
Type : string
filter
Location : query
Description : Optional. The filter expression to narrow down the SaaS reports to return. Supported operators are: =, !=, <, <=, >, >=, :. Logical operators AND, OR, and NOT are supported. Supported fields: * app * org_unit_id * first_navigation_time * last_navigation_time * category * organization * founded_year * headquarters * primary_domain * domains * encryption_protocols * visits_count * distinct_users_count * distinct_browsers_count * content_transfer_count Example: `(first_navigation_time < "2026-01-31T00:00:00Z" AND last_navigation_time > "2026-01-01T00:00:00Z") AND visits_count > 100`
Type : string
Flat Path : v1/customers/{customersId}/reports:findSaasUsage
Scopes : https://www.googleapis.com/auth/chrome.management.reports.readonly