Values.UpdateUserRequestSourceUpdates 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.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network containing the user to update.
*)userId : UserId.t;The unique identifier of the user to update.
*)userDetails : UpdateUserDetails.t option;An object containing the user details to be updated, such as name, password, security groups, and invite code settings.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NetworkId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of [> `String of SecurityGroupId.t ] list
| `String of SensitiveString.t ])
list ])
list ]