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

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

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

Retrieves historical guest user count data for a Wickr network, showing the number of guest users per billing period over the past 90 days.

## Path parameters

- `networkId` string, required

## Response `200`

Success

- GetGuestUserHistoryCountResponse
  - `history` GuestUserHistoryCount[], required — A list of historical guest user counts, organized by month and billing period.
    - `month` string, required — The month and billing period in YYYY_MM format (e.g., '2024_01').
    - `count` string, required — The number of guest users who have communicated with your Wickr network during this billing period.

## 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)
