---
title: "Get Profile"
method: GET
path: "/api/v1/users/me"
tags: ["users"]
---

# Get Profile

`GET /api/v1/users/me`

Return the authenticated user's full profile.

## Response `200`

Successful Response

- UserProfileResponse — Full user profile detail. This is richer than ``schemas.auth.UserResponse`` — it includes ``updated_at`` and is intended for dedicated profile endpoints rather than the lightweight auth context.
  - `id` string, uuid, required
  - `email` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `phone` string, nullable
  - `company` string, nullable
  - `status` 'active' | 'inactive' | 'suspended', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
