Update User Group
update_user_groupUpdate a user group's name and members by providing the group ID, new name, and full list of member IDs. Removes any member not included.
Instructions
Update a user group's name and member list. NOTE: the users array is a FULL REPLACEMENT, not a delta — any member id you omit is removed from the group. Fetch the current members with list_user_groups first and send the complete list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _id | Yes | Group _id to update (from list_user_groups) | |
| users | Yes | Full replacement list of member _id strings (omitted users are removed) | |
| description | Yes | New group name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |