Method: common.userinfo

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/common/userinfo

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
parent

string

Optional. The parent organization resource for which user info is being fetched. Format: organizations/{organization_id}.

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.