v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

Updates the properties of an existing user in a Wickr network. This operation allows you to modify the user's name, password, security group membership, and invite code settings.

codeValidation, inviteCode, and inviteCodeTtl are restricted to networks under preview only.

patch/networks/{networkId}/users

Path parameters

networkIdstring required

The ID of the Wickr network containing the user to update.

Request body

userIdstring required

The unique identifier of the user to update.

Response

Success

userIdstring required

The unique identifier of the updated user.

networkIdstring required

The ID of the network where the user was updated.

securityGroupIdsSecurityGroupId[]

The list of security group IDs to which the user now belongs after the update.

firstNamestring password

The updated first name of the user.

lastNamestring password

The updated last name of the user.

middleNamestring

The middle name of the user (currently not used).

suspendedboolean required

Indicates whether the user is suspended after the update.

modifiedinteger

The timestamp when the user was last modified, specified in epoch seconds.

statusinteger

The user's status after the update.

inviteCodestring

The updated invite code for the user, if applicable.

inviteExpirationinteger

The expiration time of the user's invite code, specified in epoch seconds.

codeValidationboolean

Indicates whether the user can be verified through a custom invite code.