---
title: "This method provides possibility to register new user."
method: POST
path: "/api/Accounts/Register"
tags: ["Accounts"]
---

# This method provides possibility to register new user.

`POST /api/Accounts/Register`

## Request body

- RegisterRequest
  - `language` string, nullable
  - `email` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `password` string, nullable
  - `phoneNumber` string, nullable
  - `userName` string, nullable
  - `cashierMerchantId` string, nullable
  - `terminalId` string, nullable
  - `activationCode` string, nullable
  - `customAuthGroupId` string, uuid, nullable

## Response `200`

Success

---

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