User management
Disable user
Set user status to disabled
put/usermanagement/status/disable/{username}
Path parameters
usernamestring required
Example:JaneDoe
Username of an user (unique and must not contain whitespace)
Response
User was disabled
Example response
{
"id": "johndoe"
}