---
title: "Retrieve User Information"
method: GET
path: "/v1/userinfo"
tags: ["User Information API"]
---

# Retrieve User Information

`GET /v1/userinfo`

Use this endpoint to retrieve the user information using the OIDC standard.

## Headers

- `Authorization` string

## Response `200`

Indicates that the resource was successfully created and the operation was completed as expected.

- UserInfo — Contains basic identity details for the authenticated user — useful for personalization, display, or authorization logic.
  - `email` string — User's email address.
  - `emailVerified` boolean — Indicates whether the email has been verified (true if verified).
  - `name` string — Full name of the user.
  - `picture` string — URL of the user's profile image.
  - `preferredUsername` string — The name that will be displayed to the user.
  - `profile` string — URL to the user's profile page.
  - `sub` string — Unique identifier for the user (subject claim).

## Other responses

- `400`
- `401`
- `403`
- `500`

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
