---
title: "Get total user count"
method: GET
path: "/api/dashboard/users/total"
tags: ["Dashboard"]
---

# Get total user count

`GET /api/dashboard/users/total`

Get total user count in the current tenant.

## Response `200`

Total user count.

- object
  - `totalUserCount` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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