Skip to main content

Unlock Tenant User

POST 

/api/v1/tenant-admin/users/:user_id/unlock

Clear a brute-force lock on a user within the tenant.

Five wrong-password attempts lock an account for 15 minutes. This endpoint resets the lock state so the user can sign in immediately. Mirrors suspend/activate access rules: admin can unlock members, owner can unlock anyone except themselves. Idempotent — calling on an already-unlocked target returns 200.

Rate limited per (tenant, target user): at most 3 unlocks per hour.

Request

Responses

Successful Response