Method: customers.telemetry.users.get
Yêu cầu HTTP
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/telemetry/users/*}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
name |
string
Bắt buộc. Tên của TelemetryUser cần trả về.
|
Tham số truy vấn
Tham số |
readMask |
string (FieldMask format)
Đọc mặt nạ để chỉ định trường cần trả về. Các đường dẫn readMask được hỗ trợ là: - tên
- orgUnitId
- userId
- userEmail
- userDevice.device_id
- userDevice.audio_status_report
- userDevice.device_activity_report
- userDevice.network_bandwidth_report
- userDevice.peripherals_report
- userDevice.app_report
Đây là danh sách tên đủ điều kiện của các trường được phân tách bằng dấu phẩy. Ví dụ: "user.displayName,photo"
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của TelemetryUser
.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-11-14 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-11-14 UTC."],[[["Retrieve detailed telemetry data for a specific user within your organization using the `GET` method."],["Specify the user using the `name` path parameter and optionally filter the returned data with the `readMask` query parameter."],["The API requires the `https://www.googleapis.com/auth/chrome.management.telemetry.readonly` OAuth scope for authorization."],["Responses include a `TelemetryUser` object containing user details, device information, and various reports (audio status, device activity, network bandwidth, peripherals, and apps)."],["This endpoint uses gRPC Transcoding for its URL structure."]]],[]]