---
title: "Return the identity of the authenticated user (OIDC UserInfo)"
method: GET
path: "/userinfo"
tags: ["OAuth2"]
---

# Return the identity of the authenticated user (OIDC UserInfo)

`GET /userinfo`

## Response `200`

Response

- UserInfoGetResponse — UserInfoGetResponse
  - `email` string, required — User's email address
  - `email_verified` boolean, required — Whether acorn considers the email verified
  - `name` string — User's display name
  - `preferred_username` string — User's preferred username
  - `sub` string, required — Stable subject identifier (acorn user_id)

## Other responses

- `403` — Operation not allowed

## Changes

> 13 revisions in range; 4 could not be searched.

- **2026-07-31** `871517494397` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/aiven/apis/aiven-api-documentation/changes/userinfo/get.md)

---

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