curl --request POST \
--url https://api.example.com/members/invitation \
--header 'Content-Type: application/json' \
--data '
{
"emailAddress": "[email protected]"
}
'Send an invitation email to a new Member.
curl --request POST \
--url https://api.example.com/members/invitation \
--header 'Content-Type: application/json' \
--data '
{
"emailAddress": "[email protected]"
}
'Invitation email sent
Was this page helpful?