Stay organized with collections
Save and categorize content based on your preferences.
Updates the client state for the device user
Note: This method is available only to customers who have one of the following SKUs: Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premium
Output only. Resource name of the ClientState in format: devices/{deviceId}/deviceUsers/{device_user_id}/clientState/{partner_id}, where partner_id corresponds to the partner storing the data.
Query parameters
Parameters
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.
[[["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-11-12 UTC."],[[["This endpoint updates the client state for a specific device user, and is only available for Enterprise Standard, Enterprise Plus, Enterprise for Education, and Cloud Identity Premium customers."],["The HTTP request uses a `PATCH` method directed to a specific URL with a defined format: `https://cloudidentity.googleapis.com/v1beta1/{clientState.name=devices/*/deviceUsers/*/clientStates/*}`."],["The `clientState.name` path parameter is required, following the format: `devices/{deviceId}/deviceUsers/{device_user_id}/clientState/{partner_id}`."],["The `customer` and `updateMask` query parameters are optional and allow specifying the customer resource name and a list of fields to update, respectively."],["The request body must include an instance of `ClientState`, and a successful response will contain an instance of `Operation`."]]],[]]