Create a new user for an external authentication for a customer tenant

POST {{base_url}}/api/2/users

Request Body

{"tenant_id"=>"{{customer_tenant_id}}", "login"=>"{{login}}", "contact"=>{"email"=>"{{login}}@example.com", "firstname"=>"First {{login}}", "lastname"=>"Last {{login}}"}, "external_id"=>"e95ddb09-43dd-4e19-8184-0c6a7f627504"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring