add_user_in_project: Add one user

Description Usage Arguments Value Examples

View source: R/users.R

Description

Add one user

Usage

1
2
3
4
5
6
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

1
2
3
4
5
## Not run: 
get_id_project("test") %>% 
   add_user_in_project("jean@mail.fr")

## End(Not run)

rtodoist documentation built on July 2, 2020, 1:46 a.m.