---
title: "Get current user"
method: GET
path: "/user"
---

# Get current user

`GET /user`

## Response `200`

Current user info

- User
  - `logged_in` boolean
  - `id` string
  - `name` string
  - `display_name` string
  - `color` string
  - `profile_picture` string
  - `auth_type` string
  - `auth_types` string[]
  - `type` 'ADMIN' | 'USER' | 'BLOCKED' | 'AWAITING_ACCESS'

---

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