List groups
GET {{baseUrl}}/groups
List groups under an account.
Prerequisite: Pro or higher account.
Scopes: group:read:admin
Rate Limit Label: Medium
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"groups":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","total_members":"\u003cinteger\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","total_members":"\u003cinteger\u003e"}],"total_records":"\u003cinteger\u003e"}