List groups
list_groupsList all groups (teams) on the Olark account. Olark API: GET /groups. Returns groups (each with id, name, and operator_ids — the members).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Olark pagination page number, 1-based (offset-based paging; ~100 records/page). | |
| params | No | Additional documented query-string filters to send verbatim (merged with the typed params above). |