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

- CcaOperatorUserInvitationDTO — The operator user account registration info
  - `email` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `roleCode` string
  - `contactType` 'SECTOR_ASSOCIATION' | 'OPERATOR' | 'CONSULTANT'

## Response `204`

No Content

## Other responses

- `400` — Bad Request Error Code | Description FORM1001 | Form validation failed AUTHORITY1005 | User status cannot be updated AUTHORITY1011 | Regulator user can only add operator administrator users to an account AUTHORITY1016 | Authority already exists for a different role type than operator USER1000 | User registration failed USER1003 | User is already registered with different role
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2024-10-21** `a06468704cbe` — 1 info
  - added the new optional request property `contactType`

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/operator-users/invite/account/:accountId/post.md)

---

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