{ "opencollection": "1.0.0", "info": { "name": "Google Chrome Management App Details Telemetry Users API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Telemetry Users", "type": "folder" }, "items": [ { "info": { "name": "List telemetry users", "type": "http" }, "http": { "method": "GET", "url": "https://chromemanagement.googleapis.com/v1/customers/:customerId/telemetry/users", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Google Workspace customer ID. Use 'my_customer' to refer to the customer associated with the authenticated admin." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "pageToken", "value": "", "type": "query", "description": "Token to specify next page in the result set." }, { "name": "filter", "value": "", "type": "query", "description": "Filter to restrict results. Supports filtering by user email and org unit." }, { "name": "readMask", "value": "", "type": "query", "description": "Fields to include in the response." } ] }, "docs": "Lists all telemetry users for a customer. Retrieves user-level telemetry data including user email, user devices, and user activity information on managed ChromeOS devices." }, { "info": { "name": "Get a telemetry user", "type": "http" }, "http": { "method": "GET", "url": "https://chromemanagement.googleapis.com/v1/customers/:customerId/telemetry/users/:userId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Google Workspace customer ID. Use 'my_customer' to refer to the customer associated with the authenticated admin." }, { "name": "userId", "value": "", "type": "path", "description": "Unique identifier of the telemetry user." }, { "name": "readMask", "value": "", "type": "query", "description": "Fields to include in the response." } ] }, "docs": "Retrieves a single telemetry user by their resource name. Returns detailed user-level telemetry data for the specified managed user." } ] } ], "bundled": true }