keycloak_get_group
Retrieves a single Keycloak group by its UUID, including its attributes and subgroups.
Instructions
Get one group with its attributes and subgroups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |