diff --git a/advanced/dashboard/roles.mdx b/advanced/dashboard/roles.mdx new file mode 100644 index 000000000..1b9e500e6 --- /dev/null +++ b/advanced/dashboard/roles.mdx @@ -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. diff --git a/docs.json b/docs.json index 36f0d30be..e0ab9a57e 100644 --- a/docs.json +++ b/docs.json @@ -206,7 +206,9 @@ "icon": "gauge", "pages": [ "advanced/dashboard/sso", - "advanced/dashboard/permissions" + "advanced/dashboard/permissions", + "advanced/dashboard/roles" + ] } ]