---
title: "Get authenticated user profile"
method: GET
path: "/me"
tags: ["auth"]
---

# Get authenticated user profile

`GET /me`

Returns the profile of the user associated with the current session key.

## Response `200`

OK

- InternalApiAdminMeResponse
  - `display_name` string
  - `email` string
  - `id` string
  - `is_system_admin` boolean
  - `org_id` string
  - `role` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
