Skip to content
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