Skip to content

docs: rbac in dashboard #703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions advanced/dashboard/roles.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Roles"
description: "Control access to your dashboard with roles."
---

Mintlify provides two dashboard access levels: Editor and Admin.

The following describes actions that are limited to the Admin role:

| | Editor | Admin |
| ----------------------- | :----: | :---: |
| Update user roles | ❌ | ✅ |
| Delete users | ❌ | ✅ |
| Invite admin users | ❌ | ✅ |
| Manage & update billing | ❌ | ✅ |
| Update custom domain | ❌ | ✅ |
| Update Git source | ❌ | ✅ |
| Delete org | ❌ | ✅ |

Other actions on the dashboard are available to both roles.

You can invite as many admins as you want, but we recommend limiting admin
access to users who need it.
4 changes: 3 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@
"icon": "gauge",
"pages": [
"advanced/dashboard/sso",
"advanced/dashboard/permissions"
"advanced/dashboard/permissions",
"advanced/dashboard/roles"

]
}
]
Expand Down