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

## Changes

- **2026-05-21** `af03a6ba771d` — 1 info
  - endpoint added
- **2026-03-29** `8ff40d443bb4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/user/get.md)

---

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