---
title: "Get user profile by ID"
method: GET
path: "/api/auth/profiles/{userId}"
tags: ["Client"]
---

# Get user profile by ID

`GET /api/auth/profiles/{userId}`

Get public profile information for a user by their ID (public endpoint)

## Path parameters

- `userId` string, uuid, required

## Response `200`

User profile

- ProfileResponse
  - `id` string, uuid — User ID
  - `profile` object, nullable — User profile data (can contain custom fields)
    - `name` string
    - `avatar_url` string, uri

## Other responses

- `400` — Invalid user ID format
- `404` — User not found

---

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