---
title: "Gets the user's profile"
method: GET
path: "/user/profile"
tags: ["user"]
---

# Gets the user's profile

`GET /user/profile`

## Response `200`

A user object

- ModelsUser
  - `_id` string, required
  - `email` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `picture` string, required

---

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