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
HTTP request
PATCH https://cloudidentity.googleapis.com/v1beta1/{clientState.name=devices/*/deviceUsers/*/clientStates/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
clientState.name
|
Output only. Resource name
of the ClientState in format: |
Query parameters
| Parameters | |
|---|---|
customer
|
Optional. Resource name
of the customer. If you're using this API for your own organization, use |
updateMask
|
Optional. Comma-separated list of fully qualified names of fields to be updated. If not specified, all updatable fields in ClientState are updated. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of ClientState
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/cloud-identity.devices -
https://www.googleapis.com/auth/cloud-identity
For more information, see the Authorization guide .

