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

---

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