cURL
curl --request POST \ --url https://backyard.posthoot.com/api/v1/auth/invite \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "name": "<string>", "role": "MEMBER" }'
{}
Send an invitation email to a user to join a team
2
MEMBER
ADMIN
SUPER_ADMIN
Invitation sent successfully
Was this page helpful?