list_contact_groups
Retrieve contact groups for a specified Google user by providing their email address. Use page size and token to control pagination.
Instructions
List contact groups (labels) for the user.
Args: user_google_email (str): The user's Google email address. Required. page_size (int): Maximum number of groups to return (default: 100, max: 1000). page_token (Optional[str]): Token for pagination.
Returns: str: List of contact groups with their details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| page_token | No | ||
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |