Add User
POST {{api-domain}}/crm/v4/users
To add a user to your organization.
Request Body
{"users"=>[{"role"=>"{{role_id}}", "first_name"=>"Patricia", "email"=>"Patricia@abcl.com", "profile"=>"{{profile_id}}", "last_name"=>"Boyle", "name_format__s"=>"Salutation,First Name,Last Name", "sort_order_preference__s"=>"First Name,Last Name"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"users":[{"code":"SUCCESS","details":{"id":"4876876000001212004"},"message":"User added","status":"success"}]}