keycloak_get_user
Fetch a user's full representation by UUID, including custom attributes, to access complete profile data.
Instructions
Get one user's full representation, including custom attributes.
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. |