Skip to content

Commit 3956acf

Browse files
committed
docs: rbac in dashboard
1 parent c3be25c commit 3956acf

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

advanced/dashboard/roles.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Roles"
3+
description: "Provide members of your team differing levels of access to the dashboard."
4+
---
5+
6+
Mintlify provides two dashboard access levels: Editor and Admin.
7+
The following describes actions that are limited to the Admin role:
8+
9+
| | Editor | Admin |
10+
| ----------------------- | :----: | :---: |
11+
| Update user roles |||
12+
| Delete users |||
13+
| Invite admin users |||
14+
| Manage & update billing |||
15+
| Update custom domain |||
16+
| Update Git source |||
17+
| Delete org |||
18+
19+
Other actions on the dashboard are available to both roles.
20+
21+
You can invite as many admins as you want, but we recommend limiting admin
22+
access to users who need it.

docs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@
206206
"icon": "gauge",
207207
"pages": [
208208
"advanced/dashboard/sso",
209-
"advanced/dashboard/permissions"
209+
"advanced/dashboard/permissions",
210+
"advanced/dashboard/roles"
211+
210212
]
211213
}
212214
]

0 commit comments

Comments
 (0)