Podio API Documentation

Tasks: Assign task

POST /task/{task_id}/assign

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 }

Sandbox

The sandbox only handles GET operations for now.