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

# GET /user/getMe

`GET /user/getMe`

Get logged user data

## Response `200`

Json with user data

- UserFull
  - `username` string
  - `name` string
  - `avatarUrl` string
  - `orgs` object[]
    - `username` string
  - `sites` object[]
    - `url` string
    - `favicon` string
    - `name` string
    - `org` string
    - `blurhashSettings` object
      - `blurhash` string
      - `width` integer
      - `height` integer
      - `punch` integer

## Other responses

- `404` — Error not found
- `500` — Server error

---

[API](https://skmtc.net/bohr-io/apis/bohr-io-api.md) · [All operations](https://skmtc.net/bohr-io/apis/bohr-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bohr-io/bohr-io-api/revisions/926405b5dade/schema)
