user_lockout_status
Determine if a Keycloak user is currently locked out due to brute-force attempts, enabling prompt account unlock or recovery actions.
Instructions
[READ] Brute-force lockout status for one user (Keycloak attack-detection).
KEYCLOAK ONLY. authentik keeps no per-user lockout register, so on an authentik target this returns {"error": "Resource 'user_lockout' is not mapped for platform 'authentik'..."}. That is a definitive answer about the platform, not a fault: do not retry it and do not report the tool as broken — use login_failure_rca on the failed-auth feed instead.
Args: user_id: User id, from list_users. target: IdP target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| user_id | Yes |