Get a list of all user groups in the workspace
Show User Group properties
curl -X GET 'https://api.caret.so/v1/workspace/groups' \ -H 'Authorization: Bearer {api_key}'
{ "userGroups": [ { "id": "01887270-67cd-7da0-c95d-9a9e9ebc6f12", "name": "Sales Team", "createdAt": "2023-04-15T08:30:00Z", "memberCount": 5 }, { "id": "01887270-89ef-7da0-c95d-9a9e9ebc7g34", "name": "Engineering", "createdAt": "2023-04-16T09:45:00Z", "memberCount": 12 }, { "id": "01887270-01ab-7da0-c95d-9a9e9ebc8h56", "name": "Product Management", "createdAt": "2023-04-17T10:15:00Z", "memberCount": 3 } ] }