v1

latestOpenAPI 3.0.1Apache 2.02026-07-17111176225.7 KB
User Management

Update the state of an account to either enabled or disabled. For deletion use the DELETE route

put/accounts/{accountname}/state

Path parameters

accountnamestring required

Request body

state'enabled' | 'disabled'

The status of the account

Example request

{
  "state": "enabled"
}

Response

Updated state of the account

state'enabled' | 'disabled'

The status of the account

Example response

{
  "state": "enabled"
}