---
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

## Changes

- **2023-06-13** `c9159f20c562` — 1 breaking, 5 info
  - the response's body type changed from no type to `object` for status `200`
  - added the optional property `avatarUrl` to the response with the `200` status
  - added the optional property `name` to the response with the `200` status
  - added the optional property `orgs` to the response with the `200` status
  - …2 more
- **2023-06-09** `b7c6ba235941` — 1 breaking, 5 warning
  - the response's body type changed from `object` to no type for status `200`
  - removed the optional property `avatarUrl` from the response with the `200` status
  - removed the optional property `name` from the response with the `200` status
  - removed the optional property `orgs` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/bohr-io/apis/bohr-io-api/changes/user/getMe/get.md)

---

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