NetBird · Capability
NetBird REST API — Groups
NetBird REST API — Groups. 5 operations. Lead operation: List all Groups. Self-contained Naftiko capability covering one Netbird business surface.
What You Can Do
GET
Get
— List all Groups
/v1/api/groups
POST
Post
— Create a Group
/v1/api/groups
GET
Get
— Retrieve a Group
/v1/api/groups/{groupid}
PUT
Put
— Update a Group
/v1/api/groups/{groupid}
DELETE
Delete
— Delete a Group
/v1/api/groups/{groupid}
MCP Tools
list-all-groups
List all Groups
read-only
idempotent
create-group
Create a Group
retrieve-group
Retrieve a Group
read-only
idempotent
update-group
Update a Group
idempotent
delete-group
Delete a Group
idempotent