update_project_user_role {previsionio}R Documentation

Update user role in and existing project.

Description

Update user role in and existing project.

Usage

update_project_user_role(project_id, user_id, user_role)

Arguments

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".

Value

list - information of project's users.


[Package previsionio version 11.7.0 Index]