Error
A valid request URL is required to generate request examples{
"results": {
"role": "viewer",
"groupUuid": "<string>",
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}User Groups
Add project access to group
deprecated
Add project access to a group
POST
/
api
/
v1
/
groups
/
{groupUuid}
/
projects
/
{projectUuid}
Error
A valid request URL is required to generate request examples{
"results": {
"role": "viewer",
"groupUuid": "<string>",
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
From T, pick a set of properties whose keys are in the union K
Available options:
viewer, interactive_viewer, editor, developer, admin Was this page helpful?