---
title: "Get user profile info by ID"
method: GET
path: "/users/{userId}"
tags: ["Users"]
---

# Get user profile info by ID

`GET /users/{userId}`

Retrieves a user's name, email and handle from their ID.

## Response `200`

The user's profile.

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

## Other responses

- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2025-07-13** `799e5a4fd31a` — 1 info
  - endpoint added
- **2025-07-13** `0d7f3c750979` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/changes/users/:userId/get.md)

---

[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/7761ba23f677/schema)
