---
title: "Get Current Information"
method: GET
path: "/user/me"
tags: ["Authentication"]
---

# Get Current Information

`GET /user/me`

Get information of the current user.

## Response `200`

Successful Response

- UserSchema — Schema for representing a user.
  - `id` string, uuid, required
  - `email` string, required
  - `is_active` boolean, required
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time — Timestamp of the last update.

## Changes

> 3 revisions in range; 1 not diffed.

- **2023-11-13** `ac1f1ab68fcb` — 1 info
  - endpoint added
- **2023-11-08** `dbd91277da05` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/changes/user/me/get.md)

---

[API](https://skmtc.dev/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
