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
Example request
{
"state": "enabled"
}Response
Updated state of the account
Example response
{
"state": "enabled"
}