Enable or Disable Account Login

Turn platform login on or off for the account. Disabling login does not close open positions or cancel pending orders.

Request Body:

{ "status": false }

Replaces: the is_enable case of PUT /api/v1/crm/users/{login_id}/settings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Trading account number

Body Params

Body for the per-setting toggle endpoints (enable login, enable trading,
allow password change): {"status": true} / {"status": false}.

boolean
required
Responses

400

Validation error

401

Invalid or missing API key

403

Access denied (credential scope)

404

Account not found

429

Rate limit exceeded

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json