v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

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

userIdstring required

The unique identifier of the user.

firstNamestring password

The first name of the user.

lastNamestring password

The last name of the user.

usernamestring

The email address or username of the user.

isAdminboolean

Indicates whether the user has administrator privileges in the network.

suspendedboolean

Indicates whether the user is currently suspended.

statusinteger

The current status of the user (1 for pending, 2 for active).

lastActivityinteger

The timestamp of the user's last activity in the network, specified in epoch seconds.

lastLogininteger

The timestamp of the user's last login to the network, specified in epoch seconds.

securityGroupIdsSecurityGroupId[]

A list of security group IDs to which the user belongs.