# platform_orgs_users_count_retrieve Get count of registered users on the platform. This endpoint returns the number of users registered on the platform, either for all time or within a 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) Returns: The count of registered users and change metrics compared to previous periods. Default behavior returns the count for all time if no date range is specified. Endpoint: GET /api/platform/orgs/{org}/users/count 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 - `end_date` (string) end date. ISO 8601 - `format` (string) Format * - json Enum: "json" - `include_main_platform` (boolean) Include main platform data - `start_date` (string) start date. ISO 8601 ## Path parameters: - `org` (string, required) ## Response 200 fields (application/json): - `data` (object) Dates are keys and values are the value for the date in the key. e,g - `total` (integer) Total