List Group Members
list_group_membersList the members of a Google Group, including their emails and roles (OWNER/MANAGER/MEMBER). Use when you need to see group membership; a 403 error means you lack permission to view it.
Instructions
List the members of a Google Group (Cloud Identity Groups API).
Visibility is governed by the group's "Who can view members" setting; a 403 means the caller is not allowed to view that group's membership, not that the tool is broken. Membership entries carry member emails and roles (OWNER/MANAGER/MEMBER); use search_directory_people to resolve an email to a display name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_email | Yes | The email address of the Google Group. | |
| max_results | No | Maximum number of members to return (default: 200, max: 1000). | |
| user_google_email | Yes | The user's Google email address. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |