Retrieves a paginated list of devices associated with a specific user in a Wickr network. This operation returns information about all devices where the user has logged into Wickr.
Path parameters
The ID of the Wickr network containing the user.
The unique identifier of the user whose devices will be listed.
Query parameters
The token for retrieving the next page of results. This is returned from a previous request when there are more results available.
The maximum number of devices to return in a single page. Valid range is 1-100. Default is 10.
The fields to sort devices by. Multiple fields can be specified by separating them with '+'. Accepted values include 'lastlogin', 'type', 'suspend', and 'created'.
The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.
Response
Success