keycloak_get_role_composites
Retrieve the roles assigned to a composite role by its UUID, revealing its composite members.
Instructions
List the roles contained in a composite role. Takes the role's UUID (not its name) — get it from keycloak_get_realm_role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| roleId | Yes | Role UUID, from the `id` field of a role. |