---
title: "Get My Profile"
method: GET
path: "/api/user/me"
tags: ["user"]
---

# Get My Profile

`GET /api/user/me`

Get the authenticated user's profile.

Returns the user information extracted from the verified JWT.
This demonstrates how a customer's API can identify the user
from the forwarded identity_token.

## Query parameters

- `product_id` string, required — Product ID

## Headers

- `authorization` string, required — Bearer <identity_token>

## Response `200`

Successful Response

- UserProfile
  - `user_id` string, required
  - `email` string, nullable
  - `name` string, nullable
  - `custom_attributes` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/66e6366f8ef9?raw)
