---
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

---

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