Add User
POST {{api-domain}}/crm/v2.1/users
To add a user to your Organization. Refer to the documentation for more details.
Request Body
{"users"=>[{"role"=>"{{role_id}}", "first_name"=>"Patricia", "email"=>"Patricia@abcl.com", "profile"=>"{{profile_id}}", "last_name"=>"Boyle"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"users":[{"code":"INVALID_DATA","details":{"expected_data_type":"email","api_name":"email","json_path":"$.users[0].email"},"message":"invalid data","status":"error"}]}