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

# GET /user

`GET /user`

Returns info about currently logged in user.

## Response `200`

OK

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

## Other responses

- `401` — Not logged in.

## Changes

- **2024-04-14** `5acc2e0d80e9` — 1 breaking, 2 warning, 4 info
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `gender` from the response with the `200` status
  - removed the optional property `pronouns` from the response with the `200` status
  - added the non-success response with the status `401`
  - …3 more

[Change history](https://skmtc.dev/devsoc-unsw/apis/chaos-api/changes/user/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)
