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]"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.withsutro.com/llms.txt
Use this file to discover all available pages before exploring further.
Invitation email sent
Was this page helpful?