v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

Updates the block status of a guest user in a Wickr network. This operation allows you to block or unblock a guest user from accessing the network.

patch/networks/{networkId}/guest-users/{usernameHash}

Path parameters

networkIdstring required

The ID of the Wickr network where the guest user's status will be updated.

usernameHashstring required

The username hash (unique identifier) of the guest user to update.

Request body

blockboolean required

Set to true to block the guest user or false to unblock them.

Response

Success

messagestring

A message indicating the result of the update operation.