Values.BatchLookupUserUnameRequestSourceLooks up multiple user usernames from their unique username hashes (unames). This operation allows you to retrieve the email addresses associated with a list of username hashes.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network where the users will be looked up.
*)unames : Unames.t;A list of username hashes (unames) to look up. Each uname is a unique identifier for a user's username. Maximum 50 unames 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 GenericString.t ] list
| `String of NetworkId.t ])
list ]