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

# GET /user/{id}

`GET /user/{id}`

Returns info about specified user.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer
  - `email` string
  - `zid` string
  - `name` string
  - `degree_name` string
  - `degree_starting_year` integer

## Other responses

- `403` — Requested user has not applied to one of authorized user's campaign.

## Changes

- **2024-04-14** `5acc2e0d80e9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/devsoc-unsw/apis/chaos-api/changes/user/:id/get.md)

---

[API](https://skmtc.dev/devsoc-unsw/apis/chaos-api.md) · [All operations](https://skmtc.dev/devsoc-unsw/apis/chaos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devsoc-unsw/chaos-api/revisions/5acc2e0d80e9/schema)
