---
title: "GET /networks/{networkId}/users/count"
method: GET
path: "/networks/{networkId}/users/count"
---

# GET /networks/{networkId}/users/count

`GET /networks/{networkId}/users/count`

Retrieves the count of users in a Wickr network, categorized by their status (pending, active, rejected) and showing how many users can still be added.

## Path parameters

- `networkId` string, required

## Response `200`

Success

- GetUsersCountResponse
  - `pending` integer, required — The number of users with pending status (invited but not yet accepted).
  - `active` integer, required — The number of users with active status in the network.
  - `rejected` integer, required — The number of users who have rejected network invitations.
  - `remaining` integer, required — The number of additional users that can be added to the network while maintaining premium free trial eligibility.
  - `total` integer, required — The total number of users in the network (active and pending combined).

## Other responses

- `480` — ValidationError
- `481` — BadRequestError
- `482` — ResourceNotFoundError
- `483` — ForbiddenError
- `484` — UnauthorizedError
- `485` — InternalServerError
- `486` — RateLimitError

---

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