b2_list_groups
Lists active Groups for a Group admin account. Supports pagination and exact name filtering, returning up to 100 groups per call.
Instructions
List active Groups administered by a Group admin account. Returns up to 100 groups per call; use nextGroupId for pagination. Requires the account to be authorized for the Partner API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupName | No | Filter by Group name. Returns all Groups with this exact name. | |
| startGroupId | No | Pagination cursor — the groupId to begin listing from. | |
| maxGroupCount | No | Maximum number of Groups to return (1-100). Defaults to 100. | |
| adminAccountId | Yes | The accountId of the Group admin. Must be authorized for the Partner API. |