List a user's groups
keycloak_user_groups_listList all groups a user belongs to in Keycloak by providing the user's UUID. Returns group id, name, and path.
Instructions
Read-only and idempotent. Lists the groups the given user belongs to. Resolve the user ID first with a user listing tool. Returns a JSON array of group objects, each with id, name, and path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | ID of the user whose group memberships to list (the user's UUID). |