Get a contact group
get_contact_groupFetch a Google Contact group by resource name to get its name, type, member count, and etag, with optional member resource names for batch contact retrieval.
Instructions
Fetches one contact group by resource name: name, groupType, memberCount and etag — plus, when max_members > 0, memberResourceNames[] with up to that many member contacts as people/ resource names (the only way the API returns a group's members; feed them to batch_get_contacts for details). The etag is what update_contact_group uses to rename safely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_members | No | How many member resource names to include (0 or omitted = none, just the group). | |
| group_fields | No | Group fields to return (default metadata, groupType, memberCount, name). | |
| resource_name | Yes | The group's full resource name, e.g. "contactGroups/12abc34d567" — from list_contact_groups. |