Add responsible to a task
add_responsible_to_task(
project_id = get_project_id(project_name = project_name, token = token),
project_name,
responsible,
task,
verbose = FALSE,
all_users = get_all_users(token = token),
token = get_todoist_api_token()
)http request
id of the project
name of the project
add someone to this task with mail
the full name of the task
boolean that make the function verbose
all_users
todoist API token