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