---
title: "Get Authenticated User"
method: GET
path: "/v1/me"
tags: ["Auth"]
---

# Get Authenticated User

`GET /v1/me`

Returns the user and organization resolved from the bearer token.

## Response `200`

Successful Response

- PublicItemResponseMeResponse
  - `data` MeResponse, required
    - `org_id` string, required — Authenticated organization ID
    - `user_id` string, required — Authenticated user ID
    - `user_email` string, nullable — Authenticated user email
    - `user_first_name` string, nullable — Authenticated user first name
    - `user_last_name` string, nullable — Authenticated user last name
    - `org_name` string, nullable — Authenticated organization name
  - `meta` ResponseMeta
    - `timestamp` string, date-time — Server timestamp of the response

## Other responses

- `4XX` — Client error

---

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