List group members
keycloak_group_members_listLists the direct members of a specific Keycloak group, returning each user's ID, username, email, and enabled status.
Instructions
Read-only and idempotent. Lists the users that are direct members of the given group. Resolve the group ID first with keycloak_group_list. Returns a JSON array of user objects, each with id, username, email (or null), and enabled status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | ID of the group whose members to list (the group's UUID from keycloak_group_list). |