Assigns a user to a task.
The ID of the Task to assign the User to.
The ID of the User to be assigned.
FM_api('Task_setAssignedTo', ['id' => '123', 'assigned_to' => '987']);
{'ok':1}
Last updated 3 years ago