Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID.
memberKey
string
Identifies the group member in the API request. A group member can be a user or another group. The value can be the member's (group or user) primary email address, alias, or unique ID.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Member.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["Retrieves properties for a specific member of a Google Group using their unique identifier or email address."],["Requires providing the group's identifier and the member's identifier in the request URL."],["Returns detailed information about the group member, such as their email, role, and status, if the request is successful."],["Requires specific authorization scopes for access, including read-only and full-control permissions related to group members."],["Uses a standard HTTP GET request and provides data in a structured format."]]],[]]