# Get comprehensive user counts Returns user counts for all feed operations and owner types within the time window. Returns a nested map structure for comprehensive analysis. RBAC: - requires ANY of Jobs.Read, Jobs.Manage Endpoint: GET /api/v1/admin/feed/metrics/user-count-all Version: 1.0 Security: ## Query parameters: - `ownerType` (string,null) Optional owner type filter to limit results Enum: "USER", "EVENT", "CATEGORY" - `window` (string, required) Time window to count active users within Enum: "TEN_MINUTES", "ONE_HOUR", "TWENTY_FOUR_HOURS" ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation