REST Resource: customers.telemetry.users

Resource: TelemetryUser

Telemetry data collected from a managed user.

  • Granular permission needed: TELEMETRY_API_USER
JSON representation
{
  "name": string,
  "customer": string,
  "orgUnitId": string,
  "userId": string,
  "userEmail": string,
  "userDevice": [
    {
      object (TelemetryUserDevice)
    }
  ]
}
Fields
name

string

Resource name of the user.

customer

string

G Suite Customer whose enterprise enrolled the device.

orgUnitId

string

Organization unit of the user.

userId

string

Directory ID of the user.

userEmail

string

Email address of the user.

userDevice[]

object (TelemetryUserDevice)

Telemetry data collected from a managed user and device.

TelemetryUserDevice

Telemetry data collected for a managed user and device.

  • Granular permission needed: TELEMETRY_API_DEVICE
JSON representation
{
  "deviceId": string,
  "audioStatusReport": [
    {
      object (AudioStatusReport)
    }
  ],
  "peripheralsReport": [
    {
      object (PeripheralsReport)
    }
  ]
}
Fields
deviceId

string

The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.

audioStatusReport[]

object (AudioStatusReport)

Output only. Audio reports collected periodically sorted in a decreasing order of reportTime.

peripheralsReport[]

object (PeripheralsReport)

Output only. Peripherals reports collected periodically sorted in a decreasing order of reportTime.

Methods

get

Get telemetry user.

list

List all telemetry users.