Values.InviteUsersRequestSourceSends email to a maximum of 50 users, inviting them to the specified Amazon Chime Team account. Only Team account types are currently supported for this action.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)userEmailList : UserEmailList.t;The user email addresses to which to send the email invitation.
*)userType : UserType.t option;The user type.
*)}val make :
?userType:??? ->
accountId:NonEmptyString.t ->
userEmailList:UserEmailList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of EmailAddress.t ] list
| `String of NonEmptyString.t ])
list ]