---
title: "Create a Customer"
method: POST
path: "/api/v1/user/register"
tags: ["Customer"]
---

# Create a Customer

`POST /api/v1/user/register`

## Headers

- `x-custom-lang` string

## Request body

- RegisterUserDto
  - `emailAddress` string, required
  - `password` string, required — Please use 8 or more characters with a mix of upper and lower letters, numbers/symbols for your new password.
  - `phoneNumber` string, required
  - `firstName` string, required

## Response `201`

Created Successful.

- ResponseVo
  - `statusCode` number, required
  - `message` object, required
  - `data` object, required

## Other responses

- `400` — Bad Request

---

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