---
title: "Register a new operator user"
method: POST
path: "/v1.0/operator-users/registration/register"
tags: ["Operator users registration"]
---

# Register a new operator user

`POST /v1.0/operator-users/registration/register`

## Request body

- OperatorUserRegistrationWithCredentialsDTO — The userRegistrationDTO
  - `emailToken` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `phoneNumber` PhoneNumberDTO
    - `countryCode` string
    - `number` string
  - `mobileNumber` PhoneNumberDTO
    - `countryCode` string
    - `number` string
  - `password` string, required

## Response `200`

OK

- OperatorUserDTO
  - `email` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `phoneNumber` PhoneNumberDTO
    - `countryCode` string
    - `number` string
  - `mobileNumber` PhoneNumberDTO
    - `countryCode` string
    - `number` string
  - `lastLoginDate` string

## Other responses

- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed
- `500` — Internal Server Error

---

[API](https://skmtc.net/beis/apis/mets-api-documentation.md) · [All operations](https://skmtc.net/beis/apis/mets-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beis/mets-api-documentation/revisions/c3a5c6052f25/schema)
