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 anext_page_token.
If unspecified, defaults to 200 forGroupView.BASICand to 50 forGroupView.FULL.
Must not be greater than 1000 forGroupView.BASICor 500 forGroupView.FULL.
pageToken
string
Thenext_page_tokenvalue 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-08-06 UTC."],[[["\u003cp\u003eThis API endpoint lists the \u003ccode\u003eMembership\u003c/code\u003e resources within a specified \u003ccode\u003eGroup\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL uses a \u003ccode\u003eGET\u003c/code\u003e method with a required \u003ccode\u003eparent\u003c/code\u003e path parameter in the format \u003ccode\u003egroups/{group_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters include \u003ccode\u003eview\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e to control the detail, quantity, and pagination of the results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eview\u003c/code\u003e parameter determines the level of detail returned, with \u003ccode\u003eBASIC\u003c/code\u003e as the default and \u003ccode\u003eFULL\u003c/code\u003e to get all information.\u003c/p\u003e\n"],["\u003cp\u003eThe response contains an array of \u003ccode\u003eMembership\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination if there are more results.\u003c/p\u003e\n"]]],[],null,["# Method: groups.memberships.list\n\nLists the `Membership`s within a `Group`.\n\n### HTTP request\n\n`GET https://cloudidentity.googleapis.com/v1beta1/{parent=groups/*}/memberships`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe response message for [MembershipsService.ListMemberships](/identity/docs/reference/rest/v1beta1/groups.memberships/list#google.apps.cloudidentity.groups.v1beta1.MembershipsService.ListMemberships).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.groups.readonly`\n- `https://www.googleapis.com/auth/cloud-identity.groups`\n- `https://www.googleapis.com/auth/cloud-identity`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent).\n\nMembershipView\n--------------\n\nThe view options for the [MembershipsService.ListMemberships](/identity/docs/reference/rest/v1beta1/groups.memberships/list#google.apps.cloudidentity.groups.v1beta1.MembershipsService.ListMemberships) method."]]