---
title: "Get the current user's profile"
method: GET
path: "/api/v1/profiles/me"
tags: ["crm"]
---

# Get the current user's profile

`GET /api/v1/profiles/me`

## Response `201`

- ProfileResponseDTO
  - `email` string, email, nullable
  - `firstName` string, nullable
  - `id` string, required
  - `isAdmin` boolean — Whether the user is a JAM Admin
  - `isOnboarded` boolean, required
  - `language` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'zh-Hans'
  - `lastName` string, nullable
  - `pictureUrl` string, uri, nullable
  - `preferredRoleplayLanguage` 'en' | 'de' | 'fr' | 'es' | 'it' | 'nl' | 'pl' | 'zh' | 'ja' | 'id' | 'tr' | 'pt' | 'el' | 'ko' | 'vi' | 'hi' | 'ms' | 'th' | 'hr' | 'ro' | 'bg' | 'sv' | 'no' | 'yue' | 'null', 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)
