---
title: "Get total unique users"
method: POST
path: "/api/dashboard/total-users/"
tags: ["dashboard"]
---

# Get total unique users

`POST /api/dashboard/total-users/`

Return the total customer-user count time series. Time controls are query parameters; the backend does not read a request body for this endpoint.

## Headers

- `Authorization` string, required

## Response `200`

Successful response.

- DashboardTotalUsersSummary
  - `total_users` integer — Unique user count for the time range.

---

[API](https://skmtc.dev/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.dev/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/77d94e49bc7a/schema)
