v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

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.

get/networks/{networkId}/users/count

Path parameters

networkIdstring required

The ID of the Wickr network for which to retrieve user counts.

Response

Success

pendinginteger required

The number of users with pending status (invited but not yet accepted).

activeinteger required

The number of users with active status in the network.

rejectedinteger required

The number of users who have rejected network invitations.

remaininginteger required

The number of additional users that can be added to the network while maintaining premium free trial eligibility.

totalinteger required

The total number of users in the network (active and pending combined).