| invite_to_workspace | R Documentation |
Invite user to workspace
invite_to_workspace(
workspace_id,
email,
role = "member",
verbose = TRUE,
token = get_todoist_api_token()
)
workspace_id |
id of the workspace |
email |
email of the user to invite |
role |
role for the user (e.g., "member", "admin") |
verbose |
boolean that make the function verbose |
token |
todoist API token |
NULL (invisible)
## Not run:
invite_to_workspace("12345", "user@example.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.