Leads

POST {{api-domain}}/crm/v4/Leads/{{record_id}}/actions/share

To share a Lead with other users in the organization.

Request Body

{"share"=>[{"user"=>{"id"=>"4876876000001073004"}, "share_related_records"=>true, "permission"=>"read_only", "type"=>"public"}], "notify"=>true}

RESPONSES

status: Created

{"share":[{"code":"SUCCESS","details":{},"message":"record will be shared successfully","status":"success"}]}