---
title: "GetUser"
method: GET
path: "/users"
---

# GetUser

`GET /users`

## Response `200`

OK

- UserGetUserResponse
  - `user` ModelUser
    - `createdAt` string
    - `email` string
    - `firstName` string
    - `folderTree` ModelFolder
      - `children` ModelFolder[]
      - `id` string
      - `name` string
    - `hasSeenWelcomeTour` boolean
    - `id` string
    - `lastName` string
    - `tagTree` ModelTagNode
      - `children` ModelTagNode[]
      - `count` integer
      - `name` string
      - `path` string
    - `token` string
    - `updatedAt` string

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/linksort/apis/linksort-api.md) · [All operations](https://skmtc.dev/linksort/apis/linksort-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linksort/linksort-api/revisions/1e3d9540d2f9/schema)
