List all active lockouts
Returns all active lockouts across your organization.
Use cases:
- Dashboard overview of all locked accounts
- Audit which accounts are currently restricted
- Review lockout reasons before bulk unlocking
locked_by values:
| Value | Meaning | User can remove? |
|---|---|---|
admin | Created by org admin | No |
user | Self-imposed by trader | Only trade_clock when flat |
system | Auto-lockout (DTD breach, etc.) | No |
All lockouts can be removed by admin regardless of locked_by.
Authorizations
JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.
Query Parameters
Results per page (default: 50, max: 100)
1 <= x <= 100Pagination offset
x >= 0Cursor for pagination. Pass the nextCursor value from the previous response to get the next page. When using cursor, do not send offset — it will be ignored.
How it works: The cursor is an opaque string that points to the last item you received. The server uses it to efficiently fetch the next set of results without scanning previous pages.
Backwards compatible: If you don't send a cursor, offset/limit pagination works as before.
Related topics
Update active lockoutCreate or update account lockoutList all webhooksList all billing eventsRemove lockout from account