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

# Get current user profile

`GET /auth/info`

Returns the profile information of the currently authenticated user.

## Response `200`

Current user profile.

- User
  - `id` string, ulid, required
  - `handle` string, required
  - `name` string, required
  - `email` string, email, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/osdg-iiith/apis/forms-portal-api.md) · [All operations](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osdg-iiith/forms-portal-api/revisions/85c657c8ce11/schema)
