---
title: "POST /V1/users"
method: POST
path: "/V1/users"
tags: ["SSO"]
---

# POST /V1/users

`POST /V1/users`

## Request body

- BetConstructSSOAuthAPIViewModelsUserAccountViewModelsUserRegistrationViewModel
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, email, required
  - `password` string, password, required
  - `recaptchaCode` string, nullable
  - `originUrl` string, nullable
  - `countryId` integer, required
  - `inAppNotifications` boolean
  - `phoneNotifications` boolean
  - `emailNotifications` boolean
  - `receiveNews` boolean
  - `domain` string, 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)
