---
title: "Get Active Users Count"
method: GET
path: "/api/admin/active-users-count"
tags: ["Admin"]
---

# Get Active Users Count

`GET /api/admin/active-users-count`

Distinct active users over the selected period (deduplicated across days,
unlike summing per-day counts).

## Query parameters

- `period` string, nullable — Time period: last_day, last_week, last_month, last_90_days, last_year, custom
- `start_date` string, nullable — Start date for custom period (ISO format: YYYY-MM-DD)
- `end_date` string, nullable — End date for custom period (ISO format: YYYY-MM-DD)
- `tiers` string, nullable — Filter by customer tiers (comma-separated, e.g., tier1, tier2, tier3) or None for all

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/93ee959dfa51/schema)
