Retrieves a paginated list of guest users who have been blocked from a Wickr network. You can filter and sort the results.
Path parameters
The ID of the Wickr network from which to list blocked guest users.
Query parameters
The maximum number of blocked guest users to return in a single page. Valid range is 1-100. Default is 10.
The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.
The field to sort blocked guest users by. Accepted values include 'username', 'admin', and 'modified'.
Filter results to only include blocked guest users with usernames matching this value.
Filter results to only include blocked guest users that were blocked by this administrator.
The token for retrieving the next page of results. This is returned from a previous request when there are more results available.
Response
Success