---
title: "GET /user/{userId}"
method: GET
path: "/user/{userId}"
tags: ["user"]
---

# GET /user/{userId}

`GET /user/{userId}`

Get user id's profile

## Path parameters

- `userId` string, required

## Response `200`

Success get user id's profile

- ResGetUserUserId
  - `userId` string, required
  - `username` string, required
  - `studentNumber` string, required
  - `iconUrl` string, required
  - `schoolGrade` integer, required
  - `discordUserId` string, required
  - `shortIntroduction` string, required
  - `activeLimit` string, required
  - `linkUrls` object[], required
    - `id` string, required
    - `linkUrl` string, uri, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `isGraduated` boolean, required
  - `isMember` boolean, required

## Other responses

- `403` — Authentication error, etc.
- `404` — Resource does not exist, etc.
- `500` — System error, etc.

## Changes

- **2026-05-05** `6183d4955974` — 1 info
  - added the required property `linkUrls` to the response with the `200` status
- **2026-03-03** `f58fee5cc6a0` — 2 info
  - added the required property `isGraduated` to the response with the `200` status
  - added the required property `isMember` to the response with the `200` status
- **2023-04-06** `f92abf0d64e8` — 3 breaking
  - removed the required property `isGraduated` from the response with the `200` status
  - removed the required property `isMember` from the response with the `200` status
  - removed the required property `linkUrls` from the response with the `200` status

[Change history](https://skmtc.dev/sit-digicre/apis/digicore/changes/user/:userId/get.md)

---

[API](https://skmtc.dev/sit-digicre/apis/digicore.md) · [All operations](https://skmtc.dev/sit-digicre/apis/digicore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sit-digicre/digicore/revisions/6576c966d74e/schema)
