---
title: "Get authenticated user profile."
method: GET
path: "/user"
tags: ["User"]
---

# Get authenticated user profile.

`GET /user`

Get authenticated user profile

## Response `200`

Successful Response

- UserPrivate
  - `id` string, required — The unique ID for that user
  - `email` string, required — The email associated with that user
  - `name` string — The display name for this user
  - `username` string, required — The lowercase account name for this user
  - `description` string — A short description of the user
  - `picture` string — URL to the picture associated with this user

---

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