Create a new user for a partner
POST {{base_url}}/api/2/users
Request Body
{"tenant_id"=>"{{partner_tenant_id}}", "login"=>"{{login}}", "contact"=>{"email"=>"{{login}}@example.com", "firstname"=>"First{{login}}", "lastname"=>"Last{{login}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |