POST
/
createUser
Instead of creating a new user manually, you can invite a new user to your organization. Learn how to do it in the Invitations page.

Authorizations

x-api-key
string
headerrequired

Body

application/json
email
string
required
username
string
required
password
string
required

Password must be at least 8 characters long and contain at least one uppercase letter, one lowercase letter, and one number

firstName
string
required
lastName
string
required
role
enum<string>

The role of the user. If not specified, the role will default to OPERATOR

Available options:
ADMIN,
OPERATOR

Response

200 - application/json
message
string
required