Retrieves detailed information about a specific user in a Wickr network, including their profile, status, and activity history.
get/networks/{networkId}/users/{userId}
Path parameters
networkIdstring required
The ID of the Wickr network containing the user.
userIdstring required
The unique identifier of the user to retrieve.
Query parameters
startTimestring date-time
The start time for filtering the user's last activity. Only activity after this timestamp will be considered. Time is specified in epoch seconds.
endTimestring date-time
The end time for filtering the user's last activity. Only activity before this timestamp will be considered. Time is specified in epoch seconds.
Response
Success