Required. Resource name of the Device in format: devices/{deviceId}/deviceUsers/{device_user_id}, where deviceId is the unique ID assigned to the Device, and device_user_id is the unique ID assigned to the User.
Request body
The request body contains data with the following structure:
JSON representation
{"customer": string}
Fields
customer
string
Optional. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/{customerId}, where customerId is the customer to whom the device belongs.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["This API endpoint blocks a device from accessing user data via a POST request to the specified URL."],["The request requires a `name` parameter in the URL path, which is a string representing the resource name of the device and user, in the format `devices/{deviceId}/deviceUsers/{device_user_id}`."],["The request body is a JSON object containing an optional `customer` field, which is a string representing the resource name of the customer."],["A successful request will return an Operation instance in the response body."],["Authorization requires either the `https://www.googleapis.com/auth/cloud-identity.devices` or `https://www.googleapis.com/auth/cloud-identity` OAuth scope."]]],[]]