Skip to main content
PATCH
Update active lockout

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Path Parameters

accountId
string
required

Account ID with active lockout

Body

application/json
reason
string

Updated reason

Minimum string length: 3
Example:

"Extended: pending compliance review"

endsAt
string

Updated expiry time

Example:

"2026-05-01T00:00:00Z"

Response

Lockout updated

success
boolean
Example:

true

message
string
Example:

"Lockout updated successfully"

data
object
Example: