Add User
POST {{api-domain}}/crm/v3/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: Created
{"users":[{"code":"SUCCESS","details":{"id":"4876876000001212004"},"message":"User added","status":"success"}]}