From 907789995b614187570f4455b646671a3f2078db Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 11 Sep 2025 05:18:08 +0000
Subject: [PATCH 1/2] Update admin-dashboard/user-permissions.mdx
---
admin-dashboard/user-permissions.mdx | 46 ++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 admin-dashboard/user-permissions.mdx
diff --git a/admin-dashboard/user-permissions.mdx b/admin-dashboard/user-permissions.mdx
new file mode 100644
index 0000000..cd2978d
--- /dev/null
+++ b/admin-dashboard/user-permissions.mdx
@@ -0,0 +1,46 @@
+---
+title: User permissions
+description: 'Understanding different user roles and permissions in the admin dashboard'
+---
+
+The admin dashboard provides different permission levels to control what users can access and manage within your organization.
+
+## Permission levels
+
+### Members
+
+Members have access to core functionality needed for day-to-day development work:
+
+- **Manage repositories** - Add, remove, and configure repositories for code review
+- **Configure integrations** - Set up and manage GitHub, GitLab, and other service integrations
+- **View analytics** - Access code review metrics, usage statistics, and performance data
+
+### Admins
+
+Admins have all member permissions plus additional administrative capabilities:
+
+- **Manage user roles** - Assign and modify user permission levels within the organization
+- **Manage billing** - Access billing information, update payment methods, and manage subscriptions
+
+### Owners
+
+Owners have the highest level of access with all admin permissions plus:
+
+- **Delete organization** - Permanently remove the organization and all associated data
+
+
+Organization deletion is irreversible and will permanently remove all repositories, settings, analytics data, and user access.
+
+
+## Managing user permissions
+
+To modify user permissions in your organization:
+
+1. Navigate to the admin dashboard
+2. Go to the user management section
+3. Select the user whose permissions you want to change
+4. Choose the appropriate permission level (Member, Admin, or Owner)
+
+
+Only Admins and Owners can modify user permissions. Members cannot change permission levels for any users.
+
\ No newline at end of file
From 0d995bd21bf13c3f41afe9a1e0257a0b15e50a64 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 11 Sep 2025 05:18:55 +0000
Subject: [PATCH 2/2] Update docs.json
---
docs.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs.json b/docs.json
index 6819f8c..687cda4 100644
--- a/docs.json
+++ b/docs.json
@@ -17,6 +17,7 @@
"pages": [
"introduction",
"developer-quick-reference",
+ "admin-dashboard/user-permissions",
"code-review-bot/getting-started",
"code-review-bot/key-features",
"code-review-bot/best-practices",
@@ -130,4 +131,4 @@
"destination": "/code-review-bot/custom-context"
}
]
-}
+}
\ No newline at end of file