Values.SendInvitesInputSourceSends an invitation email to selected users and groups.
type nonrec t = {spaceId : SpaceId.t;The ID of the private re:Post.
*)accessorIds : AccessorIdList.t;The array of identifiers for the users and groups.
*)title : InviteTitle.t;The title of the invite.
*)body : InviteBody.t;The body of the invite.
*)}val make :
spaceId:SpaceId.t ->
accessorIds:AccessorIdList.t ->
title:InviteTitle.t ->
body:InviteBody.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AccessorId.t ] list
| `String of SpaceId.t ])
list ]