---
title: "Get authenticated user's details"
method: GET
path: "/user"
---

# Get authenticated user's details

`GET /user`

Returns details of the authenticated user

## Response `200`

OK

- FullUser — Full user information (only available to the authenticated user).
  - `id` string, uuid, required — The ID of a user.
  - `name` string, required — The user's display name.
  - `email` string, nullable — The user's email address.
  - `avatarUrl` string, required — The URL to the user's avatar.
  - `githubId` integer, nullable — The user's GitHub ID.
  - `isBlocked` boolean, required — Whether the user is blocked from using the registry.
  - `isStaff` boolean, required — Whether the user is a staff member.
  - `scopeUsage` integer, required — The number of scopes the user created.
  - `scopeLimit` integer, required — The maximum number of scopes the user can create.
  - `inviteCount` integer, required — The number of invites pending for the user.
  - `newerTicketMessagesCount` integer, required — The number of unread ticket messages.
  - `createdAt` string, date-time, required — The date and time when the user profile was created.
  - `updatedAt` string, date-time, required — The date and time when the user profile was last updated.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/deno/apis/jsr.md) · [All operations](https://skmtc.net/deno/apis/jsr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deno/jsr/versions/3d37ac9b68f7/schema)
