Users
Update a user
Updates details of a user such as role names.
patch/v2/users/{username}
Path parameters
usernamestring required
The username of the user to update. The username must be percent encoded.
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
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"
}
}