---
title: "Returns the current user."
method: GET
path: "/api/v2/users/current"
tags: ["Account"]
---

# Returns the current user.

`GET /api/v2/users/current`

## Response `200`

The current user.

- User — A ContentDepot user.
  - `id` integer — The unique ID of the user.
  - `firstName` string — The first name of the user.
  - `lastName` string — The last name of the user.
  - `username` string — The username of the user.
  - `customerId` integer — The customer ID of the user.

## Other responses

- `403` — Authorization failed.

---

[API](https://skmtc.net/prss/apis/contentdepot.md) · [All operations](https://skmtc.net/prss/apis/contentdepot/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prss/contentdepot/versions/838e7ae589d8/schema)
