Appearance
PATCH
/global/user/users/{userId}Required scope:
viskan-global:user:updateUpdates a user in the system.
Parameters
Path parameters
userId string Format:
uuidThe identifier of the user to update.
Request body
JSON
{
"blocked": true,
"firstName": "John",
"lastName": "Doe"
}
Response
The user was successfully updated.
| Error code | Description |
|---|---|
user-not-found | No user with the given identifier was found. |