---
title: "Gets the count of joined users, invited users, and org members who are not yet invited"
method: GET
path: "/v1/org/{orgId}/data-user-person-count"
tags: ["org"]
---

# Gets the count of joined users, invited users, and org members who are not yet invited

`GET /v1/org/{orgId}/data-user-person-count`

## Path parameters

- `orgId` string, required

## Response `200`

success

- OrgUsersPersonsCountResponse
  - `joinedCount` integer, required
  - `invitedCount` integer, required
  - `notInvitedCount` integer, required

## Other responses

- `400` — bad request
- `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/50a1edd6b27e/schema)
