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

## Changes

- **2023-01-11** `321e1a60877a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wri/apis/fw-users/changes/v1/users/me/get.md)

---

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