# audience_orgs_active_users_users_retrieve Get a list of active users with activity metrics. This endpoint provides a paginated list of users who have had activity within the specified date range. Query Parameters: start_date (str, optional): Start date for filtering (ISO format) end_date (str, optional): End date for filtering (ISO format) course_id (str, optional): Filter by course ID page (int, optional): Page number for pagination length (int, optional): Number of items per page Returns: A paginated list of active users with their activity metrics. Default time range is the last 7 days if no dates are specified. Endpoint: GET /api/audience/orgs/{org}/active-users/users Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `department_id` (integer) When is passed, it allows to filter data for only user content groups for the specified department - `format` (string) Format * - json Enum: "json" - `include_main_platform` (boolean) Include main platform data - `length` (integer) Size of data to return - `page` (integer) Page offset ## Path parameters: - `org` (string, required) ## Response 200 fields (application/json): - `data` (array) - `data.username` (string, required) learner username - `data.name` (string, required) learner name - `data.engagement_index` (number, required) Engagement index - `data.performance_index` (number, required) Performance index - `pagination` (object, required) - `pagination.totalItems` (integer, required) Total records - `pagination.currentPage` (integer, required) Current Page - `pagination.perPage` (integer, required) Size of data returned per page - `pagination.totalPages` (integer, required) Amount of pages