Revoke all tenant sessions
POST/tenants/:tenant_id/session-controls/revoke-all
Immediately invalidates all active user sessions within the tenant workspace by inserting a session revocation fence. Subsequent API calls from existing session tokens will receive 401 responses. Use in response to a suspected account compromise or during a forced password reset event.
Request
Responses
- 200
- 404
All tenant sessions revoked. Existing tokens are immediately invalidated.
Tenant not found.