---
title: "Get my profile"
method: GET
path: "/v2/me"
tags: ["Me"]
---

# Get my profile

`GET /v2/me`

## Headers

- `Authorization` string, required

## Response `200`

- GetMeOutput
  - `status` 'success' | 'error', required
  - `data` MeOutput, required
    - `id` number, required
    - `username` string, required
    - `email` string, required
    - `name` string, nullable, required
    - `avatarUrl` string, nullable, required
    - `bio` string, nullable, required
    - `timeFormat` number, required
    - `defaultScheduleId` number, nullable, required
    - `weekStart` string, required
    - `timeZone` string, required
    - `organizationId` number, nullable, required
    - `organization` MeOrgOutput
      - `isPlatform` boolean, required
      - `id` number, required

## Changes

- **2025-12-05** (v2) `bc2965a6e770` — 2 info
  - added the required property `data/avatarUrl` to the response with the `200` status
  - added the required property `data/bio` to the response with the `200` status
- **2025-11-17** (v2) `75e2f2eeed90` — 1 info
  - added the required property `data/name` to the response with the `200` status
- **2025-09-26** (v2) `daa3e48bc03a` — 3 breaking
  - removed the required property `data/avatarUrl` from the response with the `200` status
  - removed the required property `data/bio` from the response with the `200` status
  - removed the required property `data/name` from the response with the `200` status

[Change history](https://skmtc.dev/calcom/apis/cal-diy-api-v2/changes/v2/me/get.md)

---

[API](https://skmtc.dev/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.dev/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
