create_project_user | R Documentation |
Add user in and existing project.
create_project_user(project_id, user_mail, user_role)
project_id |
id of the project, can be obtained with get_projects(). |
user_mail |
email of the user to be add. |
user_role |
role to grand to the user among "admin", "contributor", "viewer" or "end_user". |
list - information of project's users.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.