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

# GET /user

`GET /user`

Returns info about currently logged in user

## Response `200`

OK

- User
  - `id` integer
  - `email` string
  - `zid` string, nullable
  - `name` string
  - `pronouns` string
  - `gender` string
  - `degree_name` string, nullable
  - `degree_starting_year` integer, nullable
  - `role` 'User' | 'SuperUser'

## Other responses

- `307` — Redirect to login

---

[API](https://skmtc.net/devsoc-unsw/apis/chaos-api.md) · [All operations](https://skmtc.net/devsoc-unsw/apis/chaos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devsoc-unsw/chaos-api/versions/b169cdb125bd/schema)
