v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
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

action'disableUser' required

The id of the action

idstring required

The id of the updated user

result'success' required

Result of the request

Example response

{
  "id": "johndoe"
}