cURL
curl --request POST \ --url https://api.snitcher.com/v1/workspaces/{uuid}/users/invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "success": true, "message": "An invite link has been sent to [email protected]", "data": { "invite_link": "https://app.snitcher.com/invite/12345" } }
Enter your personal access token (PAT) to authenticate
UUID of the workspace
"550e8400-e29b-41d4-a716-446655440000"
"[email protected]"
User invited
true
"An invite link has been sent to [email protected]"
Show child attributes