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

# Get current user

`GET /auth/me`

Get current user. Returns the requested resource or collection for the authenticated caller.

## Response `200`

Current user

- AuthMeResponse — auth Me Response payload returned by the API.
  - `authenticated` boolean — authenticated value for the auth Me Response object.
  - `user` User — user API object.
    - `id` string — Stable identifier for the object.
    - `email` string — Email address associated with a user or invitation.
    - `name` string — Human-readable name.

## Changes

- **2026-06-01** `90fa68eb439c` — 1 breaking, 3 warning, 1 info
  - the `user` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `user/email` from the response with the `200` status
  - removed the optional property `user/id` from the response with the `200` status
  - removed the optional property `user/name` from the response with the `200` status
  - …1 more
- **2026-05-29** `2d34481e85d7` — 1 breaking, 4 info
  - the `user` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `user/email` to the response with the `200` status
  - added the optional property `user/id` to the response with the `200` status
  - added the optional property `user/name` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/changes/auth/me/get.md)

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
