update_project_user_role | R Documentation |
Update user role in and existing project.
update_project_user_role(project_id, user_id, user_role)
project_id |
id of the project, can be obtained with get_projects(). |
user_id |
user_id of the user to be delete, can be obtained with get_project_users(). |
user_role |
role to grand to the user among "admin", "contributor", "viewer" and "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.