Error
A valid request URL is required to generate request examples{
"results": [
{
"lastName": "<string>",
"firstName": "<string>",
"email": "<string>",
"role": "viewer",
"projectUuid": "<string>",
"userUuid": "<string>",
"roleUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Roles & Permissions
List project access
Get access list for a project. This is a list of users that have been explictly granted access to the project. There may be other users that have access to the project via their organization membership.
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
access
Error
A valid request URL is required to generate request examples{
"results": [
{
"lastName": "<string>",
"firstName": "<string>",
"email": "<string>",
"role": "viewer",
"projectUuid": "<string>",
"userUuid": "<string>",
"roleUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?