Skip to content

Commit 58b44f8

Browse files
Deborah Barnardfreakwriter
andauthored
add viewer role to table and notes (n8n-io#2163)
Co-authored-by: freakwriter <[email protected]>
1 parent 33097f5 commit 58b44f8

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

docs/user-management/rbac/role-types.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,25 @@ pageType: reference
1212
* The Project Viewer role is only available on Self-hosted Enterprise and Cloud Enterprise plans.
1313
///
1414

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

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
1918

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:
2220

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.
21+
* Manage project settings: Change name, delete project.
22+
* 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.
2524

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

2735
/// note | Role types and account types
2836
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
3947
| Manage members | :white_check_mark: | :x: | :x: |
4048
| Modify the project | :white_check_mark: | :x: | :x: |
4149

42-
43-
4450
[Variables](/code/variables/) and [tags](/workflows/tags/) aren't affected by RBAC: they're global across the n8n instance.

0 commit comments

Comments
 (0)