end_users
POST {{api_url}}/api/v1/end_users
Creates a new end_user in Userlot by setting appropriate attributes in the body of the request.
Please see the Custom Field setup for this entity to determine if certain attributes are required
Request Body
[{"name"=>"first_name", "value"=>"Gary", "datatype"=>"string"}, {"name"=>"external_id", "value"=>"000", "datatype"=>"string"}, {"name"=>"email", "value"=>"some@abc.com", "datatype"=>"string"}, {"name"=>"company_id", "value"=>"4dfb21d9-dffe-489c-bb42-d5836f64fd85", "datatype"=>"string"}, {"name"=>"last_name", "value"=>"Moore", "datatype"=>"string"}]