Expire All Account Lockouts
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Response
Non-empty if the request failed
Bearer authentication of the form Bearer <token>, where token is your auth token.
Non-empty if the request failed
Available to: Organization administrators
Environments: Demo
Rate Limit: No endpoint-specific limit
This endpoint allows you to immediately expire all active trading lockouts for a user in your organization. Use this when a trader needs to resume trading across all their accounts at once, rather than unlocking accounts individually with expireAccountLockout.
When the lockouts are expired:
Use the optional notes field to record a reason for the unlock (e.g., “Trader requested full unlock”).
If the user doesn’t have any active lockouts, the request still succeeds without making any changes.
Common Failure Scenarios
All responses return HTTP 200. Errors are indicated by ok: false and an errorText field in the response body.
Error Messages
Related Endpoints
accountLockoutStatus to check whether accounts are currently lockedcreateAccountLockout to lock a specific account (traders, own account only)expireAccountLockout to unlock a single account early (organization administrators only)Note: The expireAccountLockout and expireAllAccountLockouts endpoints replace expireUserLockout.