Retrieves claims about the authenticated user from the OIDC /userinfo endpoint.
Note: This endpoint is only supported for Looker.
HTTP request
GET https://cloudoauth.googleapis.com/v1/{parent=organizations/*}/userinfo
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Optional. The parent organization resource for which user info is being fetched. Format: |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Struct.
Authorization scopes
Requires the following OAuth scope:
openid
For more information, see the Authentication Overview.