latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Projects
Permissions
Returns a list of all the available roles and the associated actions they can perform in a project.
get/api/v1/projects/permissions
Response
Successful Response
Example response
{
"project_collaborator_actions": [
{
"actions": [
{
"name": "UPDATE_ITEM"
}
],
"name": "MEMBER"
}
],
"workspace_collaborator_actions": [
{
"actions": [
{
"name": "UPDATE_ITEM"
}
],
"name": "MEMBER"
}
]
}