action keycloak_get_realm_roles_by_id_role_id_composites_realm { label: "Get realm-level roles that are in the role’s composite" provider: keycloak method: GET path: "/{realm}/roles-by-id/{role-id}/composites/realm" encoding: json output: { type: "object" additionalProperties: true } }