---
title: "OpenID Connect userinfo"
method: GET
path: "/api/auth/oauth2/userinfo"
tags: ["oauth"]
---

# OpenID Connect userinfo

`GET /api/auth/oauth2/userinfo`

## Response `200`

Claims about the authenticated user.

- UserInfo — OpenID Connect claims about the authenticated user.
  - `sub` string, required
  - `email` string, email
  - `email_verified` boolean
  - `name` string
  - `picture` string, uri

## Other responses

- `401` — Missing, expired, or revoked credential. The WWW-Authenticate header points at the RFC 9728 protected resource metadata to bootstrap OAuth discovery.

---

[API](https://skmtc.dev/superset/apis/superset-api.md) · [All operations](https://skmtc.dev/superset/apis/superset-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superset/superset-api/revisions/dee6e20fae0d/schema)
