POST
/
api
/
v1
/
groups
/
{groupUuid}
/
projects
/
{projectUuid}
{
  "results": {
    "role": "viewer",
    "groupUuid": "<string>",
    "projectUuid": "<string>"
  },
  "status": "ok"
}

Path Parameters

groupUuid
string
required
projectUuid
string
required

Body

application/json

From T, pick a set of properties whose keys are in the union K

role
enum<string>
required
Available options:
viewer,
interactive_viewer,
editor,
developer,
admin

Response

200
application/json
Ok
results
object
required
status
enum<string>
required
Available options:
ok