b2_list_group_members
List accepted members of a B2 group with per-member storage stats. Returns up to 1,000 members per call; paginate with nextEmail for larger groups.
Instructions
List active (ACCEPTED) Group members for a specific Group. Returns up to 1,000 members per call; use nextEmail for pagination. Includes B2 storage stats per member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | The groupId whose members to list. | |
| startEmail | No | Pagination cursor — the first member email to return. If no exact match, starts from the next email alphabetically. | |
| adminAccountId | Yes | The accountId of the Group admin. Must be authorized for the Partner API. | |
| maxMemberCount | No | Maximum number of members to return (1-1000). Defaults to 100. |