Get user by id
get_userFetch a single Keycloak user representation by realm and user ID (UUID) to inspect account details. Use it when you need one user's attributes, roles, or status from a specific realm.
Instructions
Fetch a single user representation by their Keycloak id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| userId | Yes | Keycloak user id (UUID) |