action keycloak_get_realm_attack_detection_brute_force_users_user_id { label: "Get status of a username in brute force detection" provider: keycloak method: GET path: "/{realm}/attack-detection/brute-force/users/{userId}" encoding: json output: { type: "object" additionalProperties: true } }