---
title: "PUT /V1/users/me"
method: PUT
path: "/V1/users/me"
tags: ["UserAccount"]
---

# PUT /V1/users/me

`PUT /V1/users/me`

## Request body

- BetConstructSSOAuthAPIViewModelsUserAccountViewModelsUserProfileUpdateViewModel
  - `firstName` string, required
  - `lastName` string, required
  - `birthDate` string, nullable
  - `receiveNews` boolean
  - `inAppNotifications` boolean
  - `phoneNotifications` boolean
  - `emailNotifications` boolean
  - `countryId` integer, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/accounts-bc/apis/sso-api.md) · [All operations](https://skmtc.dev/accounts-bc/apis/sso-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/accounts-bc/sso-api/revisions/01b9d0188bef/schema)
