, it seems like I --might-- be able to map assigneeId. But, I get this error:
param = Map();
param.put("ticketId",ticket_id);
param.put("subject","subject here");
param.put("departmentId","513xxxxxx");
param.put("description","description here");
param.put("dueDate",due_date);
param.put("status","Not Started");
param.put("assigneeId","513xxxxxxxxxxxxxxxxxx");
orgId = "718xxxxx";
response = zoho.desk.create(orgId, "tasks", param, "zoho_desk");
info response;