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

- OperatorUserRegistrationDTO — The userRegistrationDTO
  - `firstName` string, required
  - `lastName` string, required
  - `jobTitle` string
  - `address` CountyAddressDTO, required
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `county` string
    - `postcode` string, required
  - `phoneNumber` PhoneNumberDTO
    - `countryCode` string
    - `number` string
  - `mobileNumber` PhoneNumberDTO
    - `countryCode` string
    - `number` string
  - `termsVersion` integer

## Response `200`

OK

- OperatorUserDTO
  - `email` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `termsVersion` integer
  - `status` 'REGISTERED' | 'PENDING'
  - `address` CountyAddressDTO, required
    - `line1` string, required
    - `line2` string
    - `city` string, required
    - `county` string
    - `postcode` string, required
  - `jobTitle` string
  - `phoneNumber` PhoneNumberDTO
    - `countryCode` string
    - `number` string
  - `mobileNumber` PhoneNumberDTO
    - `countryCode` string
    - `number` string

## Other responses

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

---

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