---
title: "Get user info"
method: GET
path: "/oauth/userinfo"
tags: ["OAuth2"]
---

# Get user info

`GET /oauth/userinfo`

Returns user information for the authenticated access token.

## Response `200`

- object
  - `given_name` string, nullable, required — User given name.
  - `family_name` string, nullable, required — User family name.
  - `name` string, nullable, required — User full name.
  - `picture` string, uri, nullable, required — User picture URL.
  - `email` string, email, required — User email.
  - `email_verified` boolean, required — Indicates if the user email is verified.

---

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