cURL
curl --request POST \ --url http://api/v1/projects/{projectUuid}/access \ --header 'Content-Type: application/json' \ --data ' { "sendEmail": true, "role": "viewer", "email": "<string>" } '
{ "results": "<any>", "status": "ok" }
Grant a user access to a project
viewer
interactive_viewer
editor
developer
admin
Success
ok