Values.UserMetadataSourceContains metadata about a user member, including the username and email address.
type nonrec t = {username : String_.t option;The username of the user.
*)email : SensitiveEmail.t option;The email address of the user.
*)}