AI-generated Key Takeaways
-
The
GETrequest tohttps://chromemanagement.googleapis.com/v1/{name=customers/*/telemetry/users/*}is used to get telemetry user information. -
The request requires a
namepath parameter, which is the name of theTelemetryUserto return. -
An optional
readMaskquery parameter can be used to specify which fields to return. -
The request body must be empty, and the response body contains a
TelemetryUserinstance if successful. -
The request requires the
https://www.googleapis.com/auth/chrome.management.telemetry.readonlyOAuth scope for authorization.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Get telemetry user.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/telemetry/users/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name
|
Required. Name of the |
Query parameters
readMask
string (
FieldMask
format)
Read mask to specify which fields to return.
Supported readMask paths are:
- name
- orgUnitId
- userId
- userEmail
- userDevice.device_id
- userDevice.audio_status_report
- userDevice.device_activity_report
- userDevice.network_bandwidth_report
- userDevice.peripherals_report
- userDevice.app_report
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo"
.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of TelemetryUser
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/chrome.management.telemetry.readonly


