invite
abstract suspend fun invite(parameters: B2BMagicLinks.EmailMagicLinks.InviteParameters): MemberResponse
Send an invite email to a new Member to join an Organization. The Member will be created with an invited status until they successfully authenticate. Sending invites to pending Members will update their status to invited. Sending invites to already active Members will return an error.
Return
Parameters
parameters
required to send an invite magic link
abstract fun invite(parameters: B2BMagicLinks.EmailMagicLinks.InviteParameters, callback: (MemberResponse) -> Unit)
Send an invite email to a new Member to join an Organization. The Member will be created with an invited status until they successfully authenticate. Sending invites to pending Members will update their status to invited. Sending invites to already active Members will return an error.
Parameters
parameters
required to send a discovery magic link
callback
a callback that receives a MemberResponse