Change Owner
POST {{api-domain}}/crm/v3/Leads/{{record-id}}/actions/change_owner
To change the owner of a record or multiple records. For more details, refer to the documentation.
Request Body
{"owner"=>{"id"=>"{{owner-id}}"}, "notify"=>true, "related_modules"=>[{"api_name"=>"Tasks", "id"=>"3652397000007399045"}]}
RESPONSES
status: OK
{"code":"MANDATORY_NOT_FOUND","details":{"api_name":"owner","json_path":"$.owner"},"message":"required field not found","status":"error"}