The first step is to retrieve a token.
Open todoist website to find it :
Don’t forget to store the result to reuse the identifier of the new project.
id_proj %>%
add_users_in_project(list_of_users = "[email protected]")
add_project(project_name = "test",verbose = TRUE) %>%
add_tasks_in_project(tasks_list =
list("First task",
"Second task")
) %>%
add_responsible_to_task("First task", add_responsible = "[email protected]")