v1
latestOpenAPI 3.0.02026-08-062438369.6 KBGroups
Create New Group
Creates a new group within your organization. Supply a name for the group. Optionally provide created_by_user_id (the VOMO user ID of the group owner, who must be a member of your organization), a parent_id to nest the group under an existing group, and a members array of user IDs to immediately add members upon creation.
post/groups
Request body
Example request
{
"name": "Morning Crew",
"description": "A group for the morning crew to organize",
"member_moniker": "Member",
"subgroup_moniker": "Subgroup"
}Response
Returns the newly created group record. Note: on success this endpoint returns 200 OK, not 201 Created.