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/{device}/deviceUsers/{deviceUser}/clientState/{partner}, where partner corresponds to the partner storing the data. For partners belonging to the "BeyondCorp Alliance", this is the partner ID specified to you by Google.
For all other callers, this is a string of the form: {customer}-suffix, where customer is your customer ID. The suffix is any string the caller specifies. This string will be displayed verbatim in the administration console. This suffix is used in setting up Custom Access Levels in Context-Aware Access.
Your organization's customer ID can be obtained from the URL: GET
https://www.googleapis.com/admin/directory/v1/customers/my_customer The id field in the response contains the customer ID starting with the letter 'C'. The customer ID to be used in this API is the string after the letter 'C' (not including 'C')
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/{customer}, where customer 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 API updates the client state for a device user and is only available to customers with Enterprise Standard, Enterprise Plus, Enterprise for Education, or Cloud Identity Premium SKUs."],["The API endpoint uses a PATCH request to modify the client state resource, identified by its resource name in the URL, following gRPC Transcoding syntax."],["The resource name of the ClientState must follow the specified format in the path parameters, particularly for BeyondCorp Alliance partners and other callers using a customer-specific suffix."],["You can optionally use the `customer` and `updateMask` query parameters to specify the customer and the fields that need updating, respectively."],["Successful requests will return an `Operation` resource."]]],[]]