---
title: "PUT /V1/managements/users/{userId}"
method: PUT
path: "/V1/managements/users/{userId}"
tags: ["UserManagement"]
---

# PUT /V1/managements/users/{userId}

`PUT /V1/managements/users/{userId}`

## Path parameters

- `userId` string, required

## Request body

- BetConstructSSOAuthAPIViewModelsUpdateViewModelAppUserUpdateViewModel
  - `email` string, email, nullable
  - `userName` string, nullable
  - `phoneNumber` string, nullable
  - `phoneNumberConfirmed` boolean
  - `givenName` string, nullable
  - `familyName` string, nullable
  - `birthDate` string, date-time, nullable
  - `receiveNews` boolean
  - `inAppNotifications` boolean
  - `phoneNotifications` boolean
  - `emailNotifications` boolean
  - `twoFactorEnabled` boolean
  - `isTwoFaUsedAfterReset` boolean
  - `emailConfirmed` boolean
  - `lockoutEnabled` boolean
  - `lockoutEnd` string, date-time, nullable
  - `lockFrom` string, date-time, nullable
  - `concurrencyStamp` string, nullable
  - `securityStamp` string, nullable
  - `ipRuleType` 0 | 1

## 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)
