Add one user

add_user_in_project(
  project_id,
  mail,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Arguments

project_id

id of project

mail

mail of the user

verbose

make it talk

token

token

Value

id of project (character vector)

Examples

if (FALSE) { get_id_project("test") %>% add_user_in_project("jean@mail.fr") }