---
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 profile object

- ModelsUser
  - `_id` string — Profile info
  - `calendarAccounts` object — CalendarAccounts is a mapping from {email => CalendarAccount} that contains all the additional accounts the user wants to see google calendar events for
  - `email` string
  - `firstName` string
  - `hasCustomName` boolean — Whether the user has set a custom name for themselves, i.e. don't change their name when they sign in
  - `lastName` string
  - `picture` string
  - `timezoneOffset` integer

---

[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/519c29d7fa5e/schema)
