synSendMembershipInvitation.Rd
Create a membership invitation and send an email notification to the invitee.
synSendMembershipInvitation(teamId, inviteeId=NULL, inviteeEmail=NULL, message=NULL)
Synapse teamId
Synapse username or profile id of user
Email of user
Additional message for the user getting invited to the
team. Default to None.
MembershipInvitation
if (FALSE) {
synSendMembershipInviation(teamId, inviteeEmail='john.doe@example.com', message='You should join this Synapse team!')
}