Get file/folder resource access
GET/roles/organizations/:organization/projects/:project/resource-access/:resource
Calculate the access level of the logged-in user for a specific resource within a scope
Request
Path Parameters
organization stringrequired
project stringrequired
resource stringrequired
Responses
- 200
- 400
- 401
- 404
- 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"
]
}
Bad Request
Unauthorized
Not Found
Server Error
Loading...