Required. The parent resource under which to list all Group resources.
Must be of the form identitysources/{identity_source} for external- identity-mapped groups or customers/{customer_id} for Google Groups. The customer_id must begin with "C" (for example, 'C046psxkn'). Find your customer ID.
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 View.BASIC and to 50 for View.FULL.
Must not be greater than 1000 for View.BASIC or 500 for View.FULL.
pageToken
string
The next_page_token value returned from a previous list request, if any.
Request body
The request body must be empty.
Response body
Response message for groups.list operation.
If successful, the response body contains data with the following structure:
[[["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 2024-11-19 UTC."],[[["This API endpoint lists `Group` resources under a specified customer or namespace using a GET request to `https://cloudidentity.googleapis.com/v1/groups`."],["The `parent` query parameter is required, specifying either an `identitysources/{identity_source}` for external-identity-mapped groups or `customers/{customer_id}` for Google Groups."],["You can control the detail level of the returned information with the `view` query parameter and the number of results per page using the `pageSize` parameter, with maximum limits enforced based on the chosen `view`."],["The response includes a `groups` array containing the listed `Group` objects and a `nextPageToken` if additional pages of results are available."],["Accessing this endpoint requires one of several OAuth scopes, including `https://www.googleapis.com/auth/cloud-identity.groups.readonly` and `https://www.googleapis.com/auth/cloud-platform`, among others."]]],[]]