- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List all telemetry users.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/users
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Customer id or "my_customer" to use the customer associated to the account making the request. |
Query parameters
Parameters | |
---|---|
filter |
Only include resources that match the filter. Supported filter fields:
|
read |
Read mask to specify which fields to return. Supported readMask paths are:
This is a comma-separated list of fully qualified names of fields. Example: |
page |
Maximum number of results to return. Default value is 100. Maximum value is 1000. |
page |
Token to specify next page in the list. |
Request body
The request body must be empty.
Response body
Response message for listing telemetry users for a customer.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"telemetryUsers": [
{
object ( |
Fields | |
---|---|
telemetry |
Telemetry users returned in the response. |
next |
Token to specify next page in the list. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly