# Get comprehensive user counts

Returns user counts for all feed operations within the time window. Returns a 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: header

## Query parameters:

  - `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


