---
title: "Get current user"
method: GET
path: "/user"
tags: ["Users"]
---

# Get current user

`GET /user`

Returns the currently logged in user.

## Response `200`

The current user.

- Account — An account object.
  - `type` string, required
  - `links` AccountLinks — Links related to an Account.
    - `avatar` Link — A link to a resource related to this object.
      - `href` string, uri
      - `name` string
  - `created_on` string, date-time
  - `display_name` string
  - `uuid` string

## Other responses

- `401` — When the request wasn't authenticated.

---

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