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

Response

Updated state of the account

state'enabled' | 'disabled'

The status of the account

Changes