Expire User Lockout
### Expire a user's manual trading lockout.
**Available to:** Organization administrators
**Environments:** Demo
This endpoint allows you to immediately expire an active manual trading lockout for a user in your organization.
Traders use manual lockouts to pause their trading activity for a specified amount of time. Since traders can't cancel their own lockouts, only an organization administrator can unlock their account before the lockout expires.
When the lockout is expired:
- Trading is re-enabled immediately across all accounts tied to the user
- An audit log entry is created with the administrator's action and notes
**Common failure scenarios:**
- The specified user does not exist
- The user is not a member of your organization
- The user does not have an active lockout
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
userId
notes
Response
SimpleResponse
ok
errorText
Non-empty if the request failed

