cURL
curl --request POST \ --url https://api.engagefabric.com/team/invitations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "teammate@example.com", "role": "VIEWER" } '
JWT token for admin console authentication
Email address of the person to invite
"teammate@example.com"
Role to assign to the new member
OWNER
ADMIN
DESIGNER
DEVELOPER
VIEWER
Invitation created successfully