Skip to main content
PATCH
/
api
/
v1
/
projects
/
{projectUuid}
/
access
/
{userUuid}
cURL
curl --request PATCH \
  --url http://api/v1/projects/{projectUuid}/access/{userUuid} \
  --header 'Content-Type: application/json' \
  --data '
{
  "role": "viewer"
}
'
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required
userUuid
string
required

Body

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

Response

Success

status
enum<string>
required
Available options:
ok
results
any