Podio API Documentation
Tasks: Assign task
Assigns the task to another user. This makes the user responsible for the task and its completion.
Usage
- PHP Client
-
PodioTask.php
PodioTask::assign( $task_id, $attributes = array() );
- Ruby Gem
-
task.rb
Podio::Task.update_assignee( id, user_id )
Parameters
- task_id*
- Required.
- silent
If set to true, the object will not be bumped up in the stream and notifications will not be generated.
Default value: false
Request
{
"responsible": The contact responsible (user_id), or null if no one should be responsible
}