---
title: "Get current user information"
method: GET
path: "/auth/me"
tags: ["Authentication"]
---

# Get current user information

`GET /auth/me`

Retrieves information about the currently authenticated user including email domain status

## Response `200`

Successfully retrieved user information

## Other responses

- `401` — Not authenticated

---

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