List the groups in your company
List the groups in your company. This endpoint is available to company-level and instance-level administrators.
Results are scoped to the authenticated user’s company and can be filtered by name (case-insensitive contains), category, and membership (user_id). Supports pagination.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Order the results by name, created_at or updated_at. Prefix the field with - for descending order (e.g. -created_at). Defaults to name; entries sharing a name are ordered newest-first.
-created_at, -name, -updated_at, created_at, name, updated_at A page number within the paginated result set.
Number of results to return per page.