---
title: "Get User Profile"
method: GET
path: "/users/profile"
tags: ["users"]
---

# Get User Profile

`GET /users/profile`

Get the user's profile information.

## Response `200`

Successful Response

- UserResponse
  - `user_id` string, uuid, required
  - `user_first_name` string, required
  - `user_last_name` string, required
  - `email_address` string, required
  - `company_id` string, uuid, required
  - `profile_picture_url` string, nullable
  - `masquerade_status` MasqueradeStatus
    - `mode` 'soft' | 'hard', required
    - `target_company_id` string, uuid, required
    - `target_company_name` string, required
  - `whats_new_last_viewed_at` string, date-time, nullable

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
