# Toggle account activation Deactivates the specified account if it is active, and activates it otherwise. Endpoint: POST /accounts/{number}/toggles Version: 3.0.0 Security: SessionKey ## Path parameters: - `number` (string, required) Alphanumeric identifier of the user account ## Request fields (application/json): - `reason` (string, required) Reason for activating/deactivating the account. ## Response 201 fields (application/json): - `message` (string) Reason for the given response. ## Response 400 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response.