Update a Group
Updates the properties of an existing group. You must supply at least the group name. Provide a parent_id to change the group’s parent. If a members array is supplied it REPLACES the group’s entire membership with exactly those user IDs (members omitted from the array are removed) — to adjust membership, send the full intended member list, or use the dedicated members endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
VOMO Group ID
Body
Group fields to update
Request body for creating or updating a group.
The name of the group
"Morning Crew"
A description for the group
"A group for the morning crew to organize"
A word describing a group member
"Member"
A word describing subgroups
"Subgroup"
Optional. If provided, must be an existing user who is a member of the organization.
"1"
The VOMO Group ID to set as the parent group of the newly created group
"1"
User IDs to set as the group's membership. On create (POST), these become the initial members. On update (PUT), this replaces the existing membership — any current member omitted from the array is removed from the group. Pass an empty array to clear all members.
Response
Returns the updated group record with all current field values.
List of Groups