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

- DashboardGetTotalUsersResponse200
  - `data` ApiDashboardTotalUsersPostResponsesContentApplicationJsonSchemaDataItems[], required
    - `date_group` string, date-time, required
    - `total_users` integer, required
  - `summary` DashboardTotalUsersSummary, required
    - `total_users` integer — Unique user count for the time range.

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-31** `c26d550029f8` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `201`

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/dashboard/total-users/post.md)

---

[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/c61efaf24756/schema)
