Update a user
Updates details of a user such as role names.
Path parameters
The username of the user to update. The username must be percent encoded.
Headers
The platform makes a best effort to complete the request in the specified seconds, or it times out.
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Request body
Example request
{
"metadata": {
"console_mode": "business"
}
}Response
The user after the update.
Example response
{
"metadata": {
"console_mode": "business"
}
}Changes
Changed in 2 of the 13 revisions of this API.26
- ●
added the new
metrics_viewerenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
added the new optional request property
new-optional-request-property
- ○
added the new
metrics_viewerenum value to the request property/request-property-enum-value-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ●
- ●
added the new
agent_end_userenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the new
agent_end_userenum value to the request property//request-property-enum-value-added
- ●