inviteGroupUsers
inviteGroupUsers
FunctioninviteGroupUsers(options: IInviteGroupUsersOptions): Promise<IInviteGroupUsersResult>
Invites users to join a group. Operation success will be indicated by a flag on the return object. If there are any errors, they will be placed in an errors array on the return object.
Parameters
Parameter | Type | Notes |
---|---|---|
options | IInviteGroupUsersOptions |
Returns
Promise<IInviteGroupUsersResult>