cURL
curl --request POST \ --url http://localhost:4000/v1/integrators/{integratorId}/members \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com", "internal_role": "viewer" } '
Integrator UUID
Email of the user to invite
"user@example.com"
Role to assign to the invited member
admin
manager
auditor
viewer
"viewer"
Invite created