---
title: "Get current user info"
method: GET
path: "/api/auth/me"
tags: ["Auth"]
---

# Get current user info

`GET /api/auth/me`

## Response `200`

Current user

- object
  - `user` User
    - `id` integer
    - `username` string
    - `display_name` string
    - `role` 'admin' | 'operator' | 'viewer'
    - `provider` string
    - `email` string
    - `avatar_url` string
    - `created_at` integer
    - `last_login_at` integer

## Other responses

- `401` — Authentication required

## Changes

> 27 revisions in range; 1 could not be searched.

- **2026-03-02** `39aff788d955` — 1 breaking, 10 info
  - the `user` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the media type `application/json` for the response with the status `401`
  - added the optional property `user/avatar_url` to the response with the `200` status
  - added the optional property `user/created_at` to the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/auth/me/get.md)

---

[API](https://skmtc.dev/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.dev/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
