---
title: "Show current user"
method: GET
path: "/v1/me"
tags: ["Users"]
---

# Show current user

`GET /v1/me`

Retrieve the currently authenticated user information

## Response `200`

current user retrieved

- User
  - `id` string, required — The ID of the user
  - `email` string, email, required — Email address of the user
  - `first_name` string, nullable, required — First name of the user
  - `last_name` string, nullable, required — Last name of the user
  - `api_access` object — Authentication details for the current personal access token. Only present on /v1/me when authenticating with a PAT.
    - `auth_type` 'personal_access_token'
    - `scope` 'read_only' | 'read_write'

## Other responses

- `401` — unauthorized - missing token

---

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