---
title: "Get information about the currently authenticated user"
method: GET
path: "/user/me"
tags: ["user"]
---

# Get information about the currently authenticated user

`GET /user/me`

Get information about the currently authenticated user.

## Headers

- `X-Fields` string, mask

## Response `200`

Success.

- UserFull
  - `uuid` string — User UUID.
  - `login` string — User login.
  - `is_admin` boolean — Boolean specifying whether the user is administrator.
  - `is_reporter` boolean — Boolean specifying whether the user is reporter.
  - `is_commenter` boolean — Boolean specifying whether the user is commenter.
  - `created_at` string, date-time — Creation time of the user.
  - `last_seen` string, date-time — Last seen time of the user.

## Other responses

- `404` — User not found.

---

[API](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/versions/e6ef25beb687/schema)
