---
title: "Get user info"
method: GET
path: "/v1/users/me"
---

# Get user info

`GET /v1/users/me`

Get current user info

## Response `200`

OK

- object
  - `data` object
    - `id` string
    - `_id` string
    - `email` string
    - `provider` string
    - `role` string
    - `extraUserData` object
      - `apps` string[]
    - `createdAt` string
    - `updatedAt` string

## Other responses

- `401` — Error Response

---

[API](https://skmtc.net/wri/apis/fw-users.md) · [All operations](https://skmtc.net/wri/apis/fw-users/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wri/fw-users/versions/7005160681a8/schema)
