---
title: "Count users"
method: GET
path: "/users/count"
tags: ["Users"]
---

# Count users

`GET /users/count`

Returns the total number of users in the system.

## Response `200`

User count.

## Other responses

- `403` — Admin access required.
- `500` — Failed to count users.

---

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