---
title: "Count users matching the same filters as findUsers, broken down by invite status"
method: GET
path: "/v1/user/count"
tags: ["user"]
---

# Count users matching the same filters as findUsers, broken down by invite status

`GET /v1/user/count`

## Query parameters

- `orgId` string, required
- `q` string
- `inviteStatus` 'INVITED' | 'JOINED' | 'NOT_INVITED'
- `roleId` string
- `policyId` string
- `hasCustomPolicies` boolean

## Response `200`

successful operation

- UserCount
  - `totalCount` integer, required
  - `joinedCount` integer, required
  - `invitedCount` integer, required

## Other responses

- `400` — bad request
- `403` — permission denied
- `404` — not found

---

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