Create a new user

POST {{baseUrl}}/users

Creates a new user

Request Body

{"organizationId"=>"<string>", "email"=>"<string>", "firstname"=>"<string>", "lastname"=>"<string>", "countryCode"=>"<string>", "company"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
x-user-rolestring(Required) Specifies the user role with which the user intends to perform the operation
Content-Typestring
Acceptstring

RESPONSES

status: Created

&quot;&quot;