You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-management/rbac/role-types.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,25 @@ pageType: reference
12
12
* The Project Viewer role is only available on Self-hosted Enterprise and Cloud Enterprise plans.
13
13
///
14
14
15
-
Within projects, there are three user roles: Admin, Editor and Viewer. These roles control what the user can do in a project. A user can have different roles within different projects.
15
+
Within projects, there are three user roles: Admin, Editor, and Viewer. These roles control what the user can do in a project. A user can have different roles within different projects.
16
16
17
-
### Project Admin
18
-
A Project Admin role has the highest level of permissions. As well as managing project settings (name and deletion), project members (inviting, changing roles and removing) admins can also view, create, update and delete any workflows, credentials or executions within a project.
17
+
## Project Admin
19
18
20
-
### Project Editor
21
-
A Project Editor can view, create, update and delete any workflows, credentials or executions within a project.
19
+
A Project Admin role has the highest level of permissions. Project admins can:
22
20
23
-
### Project Viewer
24
-
A Project Viewer is effectively a 'read-only' role with access to all workflows, credentials and executions within a project. Viewers aren't able to manually execute any workflows that exist in a project.
* Manage project members: Invite members and remove members, change members' roles.
23
+
* View, create, update, and delete any workflows, credentials, or executions within a project.
25
24
25
+
## Project Editor
26
+
27
+
A Project Editor can view, create, update, and delete any workflows, credentials, or executions within a project.
28
+
29
+
## Project Viewer
30
+
31
+
A Project Viewer is effectively a `read-only` role with access to all workflows, credentials, and executions within a project.
32
+
33
+
Viewers aren't able to manually execute any workflows that exist in a project.
26
34
27
35
/// note | Role types and account types
28
36
Role types and [account types](/user-management/account-types/) are different things. Every account has one type. The account can have different role types for different [projects](/user-management/rbac/projects/).
@@ -39,6 +47,4 @@ Role types and [account types](/user-management/account-types/) are different th
39
47
| Manage members |:white_check_mark:|:x:|:x:|
40
48
| Modify the project |:white_check_mark:|:x:|:x:|
41
49
42
-
43
-
44
50
[Variables](/code/variables/) and [tags](/workflows/tags/) aren't affected by RBAC: they're global across the n8n instance.
0 commit comments