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
Key | Datatype | Required | Description |
---|---|---|---|
x-user-role | string | (Required) Specifies the user role with which the user intends to perform the operation | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""