Retrieves a list of groups for the authenticated user from the distributed claims endpoint.
Note: This endpoint is only supported for Looker.
HTTP request
GET https://cloudoauth.googleapis.com/v1/common/groups
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of groups to return. If unspecified, at most 2500 groups will be returned. |
pageToken |
Optional. A page token received from a previous |
Request body
The request body must be empty.
Response body
Response message for common.groups.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{ "groups": [ string ], "nextPageToken": string } |
| Fields | |
|---|---|
groups[] |
A paginated list of enterprise group memberships for the user. |
nextPageToken |
A token which can be sent as |
Authorization scopes
Requires the following OAuth scope:
openid
For more information, see the Authentication Overview.