Skip to content

Commit c5128db

Browse files
authored
docs: Add auditor role to roles table (#5557)
* docs: Add auditor role to roles table * make fmt
1 parent 3e2477f commit c5128db

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/admin/users.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ This article walks you through the user roles available in Coder and creating an
66

77
Coder offers these user roles in the community edition:
88

9-
| | User Admin | Template Admin | Owner |
10-
| ------------------------------------------ | ---------- | -------------- | ----- |
11-
| Add and remove Users || ||
12-
| Manage groups (enterprise) || ||
13-
| Change User roles | | ||
14-
| Manage **ALL** Templates | |||
15-
| View, update and delete **ALL** Workspaces | |||
16-
| Execute and use **ALL** Workspaces | | ||
9+
| | Auditor | User Admin | Template Admin | Owner |
10+
| ----------------------------------------------------- | ------- | ---------- | -------------- | ----- |
11+
| Add and remove Users | || ||
12+
| Manage groups (enterprise) | || ||
13+
| Change User roles | | | ||
14+
| Manage **ALL** Templates | | |||
15+
| View, update and delete **ALL** Workspaces | | |||
16+
| Execute and use **ALL** Workspaces | | | ||
17+
| View all user operation [Audit Logs](./audit-logs.md) || | ||
1718

1819
A user may have one or more roles. All users have an implicit Member role
1920
that may use personal workspaces.

0 commit comments

Comments
 (0)