---
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

## Changes

- **2026-02-06** `0c4e8d8a5c2a` — 2 breaking, 6 info
  - the response property `email` became nullable for the status `200`
  - the response property `githubId` became nullable for the status `200`
  - the response property `inviteCount` became required for the status `200`
  - the response property `isBlocked` became required for the status `200`
  - …4 more
- **2024-02-28** `f8d3b912d946` — 6 breaking
  - the response property `inviteCount` became optional for the status `200`
  - the response property `isBlocked` became optional for the status `200`
  - the response property `isStaff` became optional for the status `200`
  - the response property `scopeLimit` became optional for the status `200`
  - …2 more

[Change history](https://skmtc.dev/jsr-io/apis/jsr-api/changes/user/get.md)

---

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