Method: customers.telemetry.users.list
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
HTTP 请求
GET https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/users
网址采用 gRPC 转码语法。
路径参数
参数 |
parent |
string
必需。客户 ID 或“my_customer”,用于使用与发出请求的账号关联的客户。
|
查询参数
参数 |
filter |
string
仅包含与过滤条件匹配的资源。 支持的过滤条件字段:
|
readMask |
string (FieldMask format)
读取掩码,用于指定要返回的字段。 支持的 readMask 路径如下: - 名称
- orgUnitId
- userId
- userEmail
- userDevice.device_id
- userDevice.audio_status_report
- userDevice.device_activity_report
- userDevice.network_bandwidth_report
- userDevice.peripherals_report
- userDevice.app_report
这是完全限定字段名称的逗号分隔列表。示例:"user.displayName,photo" 。
|
pageSize |
integer
返回的结果数上限。默认值为 100。最大值为 1000。
|
pageToken |
string
用于指定列表中下一页的令牌。
|
响应正文
用于列出客户遥测用户的响应消息。
如果成功,响应正文将包含结构如下的数据:
JSON 表示法 |
{
"telemetryUsers": [
{
object (TelemetryUser )
}
],
"nextPageToken": string
} |
字段 |
telemetryUsers[] |
object (TelemetryUser )
响应中返回的遥测用户。
|
nextPageToken |
string
用于指定列表中下一页的令牌。
|
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eLists all telemetry users for a given customer with optional filtering, pagination, and field selection.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/chrome.management.telemetry.readonly\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eUses a \u003ccode\u003eGET\u003c/code\u003e request to the \u003ccode\u003e/v1/{parent=customers/*}/telemetry/users\u003c/code\u003e endpoint.\u003c/p\u003e\n"],["\u003cp\u003eRequest body should be empty; the response includes a list of \u003ccode\u003eTelemetryUser\u003c/code\u003e objects and a token for pagination.\u003c/p\u003e\n"]]],[],null,["# Method: customers.telemetry.users.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListTelemetryUsersResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList all telemetry users.\n\n### HTTP request\n\n`GET https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/users`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. Customer id or \"my_customer\" to use the customer associated to the account making the request. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `filter` | `string` Only include resources that match the filter. Supported filter fields: - userId - userOrgUnitId \u003cbr /\u003e |\n| `readMask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` 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 \u003cbr /\u003e This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n| `pageSize` | `integer` Maximum number of results to return. Default value is 100. Maximum value is 1000. |\n| `pageToken` | `string` Token to specify next page in the list. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for listing telemetry users for a customer.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"telemetryUsers\": [ { object (/chrome/management/reference/rest/v1/customers.telemetry.users#TelemetryUser) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `telemetryUsers[]` | `object (`[TelemetryUser](/chrome/management/reference/rest/v1/customers.telemetry.users#TelemetryUser)`)` Telemetry users returned in the response. |\n| `nextPageToken` | `string` Token to specify next page in the list. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/chrome.management.telemetry.readonly`"]]