action keycloak_get_realm_groups { label: "Get group hierarchy." provider: keycloak method: GET path: "/{realm}/groups" encoding: json input: { type: "object" properties: { briefRepresentation: { type: "boolean" } first: { type: "integer" format: "int32" } max: { type: "integer" format: "int32" } search: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }