sendAccountMembershipInviteNotification
Send an email invitation to an account member that has been added to your account.
This mutation is restricted to a User access token (Learn More).
The user must have an account membership for this account with the attribute canManageAccountMembership=true.
If a redirectUrl is used, OAuth flow completion will result in a redirect to this location with an authorization code and state. (Learn More). Otherwise, Swan's white label web banking will be used.
sendAccountMembershipInviteNotification(
input: SendAccountMembershipInviteNotificationInput!
): SendAccountMembershipInviteNotificationPayload!