action keycloak_get_realm_groups_count { label: "Returns the groups counts." provider: keycloak method: GET path: "/{realm}/groups/count" encoding: json input: { type: "object" properties: { search: { type: "string" } top: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }