---
title: "App users total"
method: GET
path: "/api/projects/{projectId}/app-users/total"
tags: ["App Users"]
---

# App users total

`GET /api/projects/{projectId}/app-users/total`

Return total app user count for a project.

## Path parameters

- `projectId` string, required

## Headers

- `X-Reqres-Env` string

## Response `200`

Total count

- AppUserTotalResponse
  - `total` integer, required

## Other responses

- `400` — Error response
- `401` — Error response

---

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