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"
}
]
}Changes
No recorded changes to this endpoint across all 10 revisions of this API.