OpenProject · Capability
OpenProject API V3 (Stable) — Groups
OpenProject API V3 (Stable) — Groups. 5 operations. Lead operation: List groups. Self-contained Naftiko capability covering one Openproject business surface.
What You Can Do
GET
Listgroups
— List groups
/v1/api/v3/groups
POST
Creategroup
— Create group
/v1/api/v3/groups
DELETE
Deletegroup
— Delete group
/v1/api/v3/groups/{id}
GET
Getgroup
— Get group
/v1/api/v3/groups/{id}
PATCH
Updategroup
— Update group
/v1/api/v3/groups/{id}
MCP Tools
list-groups
List groups
read-only
idempotent
create-group
Create group
delete-group
Delete group
idempotent
get-group
Get group
read-only
idempotent
update-group
Update group
idempotent