Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a next_page_token.
If unspecified, defaults to 200 for GroupView.BASIC and to 50 for GroupView.FULL.
Must not be greater than 1000 for GroupView.BASIC or 500 for GroupView.FULL.
pageToken
string
The next_page_token value returned from a previous search request, if any.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-21 UTC."],[[["This API endpoint lists the `Membership` resources within a specified `Group`."],["The request URL uses a `GET` method with a required `parent` path parameter in the format `groups/{group_id}`."],["Optional query parameters include `view`, `pageSize`, and `pageToken` to control the detail, quantity, and pagination of the results."],["The `view` parameter determines the level of detail returned, with `BASIC` as the default and `FULL` to get all information."],["The response contains an array of `Membership` objects and a `nextPageToken` for pagination if there are more results."]]],[]]