---
title: "Get User Info"
method: GET
path: "/v1/oauth2/userinfo"
tags: ["oauth2", "public"]
---

# Get User Info

`GET /v1/oauth2/userinfo`

Get information about the authenticated user.

## Response `200`

Successful Response

- union
  - UserInfoUser
    - `sub` string, required
    - `name` string, nullable
    - `email` string, nullable
    - `email_verified` boolean, nullable
  - UserInfoOrganization
    - `sub` string, required
    - `name` string, nullable

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/revisions/77e4ef94fcc3/schema)
