Symphony · Capability
Symphony Profile Manager — Groups
Symphony Profile Manager — Groups. 7 operations. Lead operation: Symphony Insert a New Group. Self-contained Naftiko capability covering one Symphony business surface.
What You Can Do
POST
Insertgroup
— Symphony Insert a New Group
/v1/v1/groups
DELETE
Deleteallgroups
— Symphony Delete all data related to the current pod (extracted from JWT). This endpoint is for maintenance/test and it is usually disabled or restricted
/v1/v1/groups/deleteall
GET
Listgroups
— Symphony List All Groups of Specified Type
/v1/v1/groups/type/{typeid}
GET
Getgroup
— Symphony Retrieve a Group
/v1/v1/groups/{groupid}
PUT
Updategroup
— Symphony Update a Group
/v1/v1/groups/{groupid}
POST
Updateavatar
— Symphony Update the Group Avatar
/v1/v1/groups/{groupid}/avatar
POST
Addmembertogroup
— Symphony Add a New User to a an Existing Group
/v1/v1/groups/{groupid}/member
MCP Tools
symphony-insert-new-group
Symphony Insert a New Group
symphony-delete-all-data-related
Symphony Delete all data related to the current pod (extracted from JWT). This endpoint is for maintenance/test and it is usually disabled or restricted
idempotent
symphony-list-all-groups-specified
Symphony List All Groups of Specified Type
read-only
idempotent
symphony-retrieve-group
Symphony Retrieve a Group
read-only
idempotent
symphony-update-group
Symphony Update a Group
idempotent
symphony-update-group-avatar
Symphony Update the Group Avatar
symphony-add-new-user-existing
Symphony Add a New User to a an Existing Group