---
title: "PATCH /v1/users/me"
method: PATCH
path: "/v1/users/me"
tags: ["Users"]
---

# PATCH /v1/users/me

`PATCH /v1/users/me`

## Request body

- PatchUserMeBodyDto
  - `firstName` string
  - `lastName` string
  - `gender` 'male' | 'female' | 'nb' | 'na', nullable
  - `genderToCompareWith` 'male' | 'female', nullable
  - `birthday` string, date-time
  - `weight` number
  - `avatarMediaUrl` string
  - `profileVisibility` 'public' | 'private'
  - `timeZone` string
  - `preferredHeartRateMaximumEntrySource` 'manual' | 'whoop' | 'estimated'
  - `preferredFtpEntrySource` 'manual' | 'estimated' | 'apple-health'
  - `isStravaPostingAllowed` boolean

## Response `200`

---

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