---
title: "Retorna o usuário autenticado"
method: GET
path: "/auth/me"
tags: ["auth"]
---

# Retorna o usuário autenticado

`GET /auth/me`

## Response `200`

Usuário autenticado

- UserResponseDTO
  - `name` string, required
  - `email` string, email, required
  - `role` string, nullable

## Other responses

- `401` — Token ausente ou inválido

---

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