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