cURL
curl --request POST \ --url http://api/v1/projects/{projectUuid}/spaces/{spaceUuid}/share \ --header 'Content-Type: application/json' \ --data ' { "spaceRole": "viewer", "userUuid": "<string>" } '
{ "results": "<any>", "status": "ok" }
Grant a user access to a space
The uuid of the space's parent project
viewer
editor
admin
Success
ok