keycloak_get_user_sessions
Retrieve a user's active SSO sessions to view where and when they are currently logged in.
Instructions
List a user's active SSO sessions (where and when they are logged in).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| userId | Yes | User UUID (the `id` field), NOT the username. Find it with keycloak_list_users. |