---
title: "Adds a new operator user to an account with a specified role."
method: POST
path: "/v1.0/operator-users/invite/account/{accountId}"
tags: ["Operator Users invitation"]
---

# Adds a new operator user to an account with a specified role.

`POST /v1.0/operator-users/invite/account/{accountId}`

## Path parameters

- `accountId` integer, required

## Request body

- OperatorUserInvitationDTO — The operator user account registration info
  - `email` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `roleCode` string

## Response `204`

No Content

## Other responses

- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed AUTHORITY1000 | Can not assign authority. Another role is already assigned to user AUTHORITY1005 | User status cannot be updated AUTHORITY1011 | Regulator user can only add operator administrator users to an account USER1000 | User registration failed USER1001 | User is already registered
- `403` — Forbidden
- `404` — Not Found
- `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)
