---
title: "Get user info"
method: GET
path: "/oauth/me"
---

# Get user info

`GET /oauth/me`

Retrieve user information based on the access token.

## Response `200`

User info retrieved successfully

- object
  - `id` string
  - `name` string
  - `email` string

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/supabase/apis/dalil-oauth-resource-api.md) · [All operations](https://skmtc.net/supabase/apis/dalil-oauth-resource-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/dalil-oauth-resource-api/versions/40a7125e0355/schema)
