---
title: "Get Authenticated User"
method: GET
path: "/api/user"
tags: ["Auth"]
---

# Get Authenticated User

`GET /api/user`

Returns the currently authenticated user. Requires a valid Sanctum bearer token.

## Response `200`

The authenticated user

- object
  - `id` integer
  - `name` string
  - `email` string, email
  - `email_verified_at` string, date-time, nullable
  - `is_admin` boolean
  - `language_id` integer, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `401` — Unauthenticated.

---

[API](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.net/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/revisions/8b259bb9a44c/schema)
