keycloak_get_group_members
List all users in a Keycloak group by providing the group UUID. Supports pagination and brief representation to keep responses concise.
Instructions
List the users in a group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results to return (1-500). Defaults to 50. | |
| first | No | Pagination offset — index of the first result to return (0-based). | |
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| groupId | Yes | Group UUID (the `id` field), not the group name or path. | |
| briefRepresentation | No | Return only the core fields of each item. Keep this true when listing — full representations are large and a big realm will flood the context. |