List the groups on the instance
User Groups
List the groups on the instance
Get the list of every existing group on the instance. This endpoint can only be used by instance level admins.
GET
List the groups on the instance
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The category of the group, only custom groups can be created from admin, private and company groups are created automatically
company- Companyprivate- Privatecustom- Custom
Available options:
company, custom, private 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.
Available options:
-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.