---
title: "Get Current User"
method: GET
path: "/v1/user"
---

# Get Current User

`GET /v1/user`

Returns information about the currently authenticated user.

## Response `200`

Successful response

- object
  - `user` object
    - `username` string — The username of the user.
    - `name` string — The display name of the user.
    - `email` string — The primary email address of the user.
    - `avatarUrl` string — URL to the user's avatar image.
    - `plan` string — The user's current plan.
    - `mfa` boolean — Whether the user has multi-factor authentication enabled.
    - `has_pending_invites` boolean — Whether the user has pending organization invites waiting to be accepted or declined.

---

[API](https://skmtc.net/turso/apis/turso-platform-api.md) · [All operations](https://skmtc.net/turso/apis/turso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/turso/turso-platform-api/versions/6c99e4c88978/schema)
