Add user

POST {{baseUrl}}/users

This endpoints adds (on boards) a new user to the database

Request Body

{"id"=>"<uuid>", "firstName"=>"<string>", "lastName"=>"<string>", "email"=>"<string>", "roles"=>["<string>", "<string>"], "organization"=>"<string>", "language"=>"<string>", "region"=>"<string>", "status"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;6B29FC40-CA47-1067-B31D-00DD010662DA&quot;,&quot;firstName&quot;:&quot;John&quot;,&quot;lastName&quot;:&quot;James&quot;,&quot;email&quot;:&quot;john@email.com&quot;,&quot;roles&quot;:[&quot;rol_7VxMcYhJAZjQPxxx&quot;,&quot;rol_7VxMcYhJAZjQPxxx&quot;],&quot;organization&quot;:&quot;evosoft&quot;,&quot;language&quot;:&quot;en&quot;,&quot;region&quot;:&quot;EU&quot;,&quot;status&quot;:&quot;disabled&quot;}