---
title: "GET /user"
method: GET
path: "/user"
tags: ["Base API"]
---

# GET /user

`GET /user`

Returns the current user.

## Response `200`

user response

- object
  - `data` User
    - `source_id` string
    - `source` string
    - `email` string, email
    - `display_name` string
    - `access_token` AccessToken
      - `scopes` string[]
    - `roles` OrganizationRole[]
      - `roles` string[]
      - `organization` Organization
        - `default` boolean
        - `description` string
        - `name` string
        - `source` string
        - `source_id` string

## Other responses

- `default` — unexpected error

---

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