Get user by id
get_userRetrieve a Keycloak user's full representation using their Keycloak ID (UUID) for a specified realm. Resolves user details for inspection and management workflows.
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) |