Values.BatchReinviteUserRequestSourceResends invitation codes to multiple users who have pending invitations in a Wickr network. This operation is useful when users haven't accepted their initial invitations or when invitations have expired.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network where users will be reinvited.
*)userIds : UserIds.t;A list of user IDs identifying the users to be reinvited to the network. Maximum 50 users per batch request.
*)clientToken : ClientToken.t option;A unique identifier for this request to ensure idempotency.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of UserId.t ] list | `String of NetworkId.t ])
list ]