Get projects access
GET/roles/organizations/:organization/project-access-list
Get the list of projects within an organization the logged-in user has access to
Request
Path Parameters
organization stringrequired
Responses
- 200
- 401
- 500
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
all boolean
ids string[]nullable
{
"all": true,
"ids": [
"string"
]
}
- Schema
- Example (from schema)
Schema
all boolean
ids string[]nullable
{
"all": true,
"ids": [
"string"
]
}
- Schema
- Example (from schema)
Schema
all boolean
ids string[]nullable
{
"all": true,
"ids": [
"string"
]
}
Unauthorized
Server Error
Loading...