---
title: "Get the current authenticated user profile"
method: GET
path: "/api/v1/whoami"
tags: ["common"]
---

# Get the current authenticated user profile

`GET /api/v1/whoami`

## Response `201`

- WhoAmIResponseDTO
  - `email` string, nullable
  - `firstName` string, nullable
  - `id` string, required
  - `lastName` string, nullable
  - `orgId` string, required
  - `pictureUrl` string, nullable

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
