---
title: "POST /api/currentUser"
method: POST
path: "/api/currentUser"
tags: ["User"]
---

# POST /api/currentUser

`POST /api/currentUser`

Get the current user

## Request body

- CurrentUserRequest
  - `id` string, required
  - `uuid` string, required

## Response `200`

- CurrentUserResponse
  - `error` boolean, required
  - `name` string, required
  - `email` string, nullable

## Other responses

- `401`

## Changes

- **2024-05-19** `fafd43b82c78` — 1 breaking, 2 info
  - removed the required property `admin` from the response with the `200` status
  - api tag `User` added
  - api tag `user` removed

[Change history](https://skmtc.dev/nesaku/apis/sctgdesk-api-server/changes/api/currentUser/post.md)

---

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