List Groups
GET {{baseUrl}}/usergroups.list?include_users=<>&token=<>&include_count=<>&include_disabled=<>
List all User Groups for a team
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| include_users | string | Include the list of users for each User Group. | |
| token | string | Authentication token. Requires scope: groups:history | |
| include_count | string | Include the number of users in each User Group. | |
| include_disabled | string | Allow results that involve disabled User Groups. |