Get All Groups
Returns a paginated list of all groups for your organization. Use this endpoint to sync group records into an external system or to find groups by name or parent. Filter by parent_id to retrieve only direct child groups of a specific group, or use the date filters to retrieve only recently created or modified groups.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The group name, or part of a name, to search for.
Filter results to only groups that are direct children of the group with this ID. Provide the VOMO Group ID of the parent group.
Date the Group was created on or before.
Date the Group was created on or after
Date the Group was updated on or before.
Date the Group was updated on or after
Response
Returns the paginated list of groups for your organization. The response includes pagination links and meta fields to navigate additional pages.