From 75518b3f6bbc660c55eca33b2902ee3199642b44 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:50:16 +0530 Subject: [PATCH] =?UTF-8?q?Create=20User=20Deletion=20=E2=80=93=20FAQ.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/help/FAQs/User Deletion – FAQ.md | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/docs/help/FAQs/User Deletion – FAQ.md diff --git a/docs/docs/help/FAQs/User Deletion – FAQ.md b/docs/docs/help/FAQs/User Deletion – FAQ.md new file mode 100644 index 000000000..a0d747d7a --- /dev/null +++ b/docs/docs/help/FAQs/User Deletion – FAQ.md @@ -0,0 +1,27 @@ +## 🗑️ User Deletion – FAQ + +### ❓ Who can delete users? + +Only users with the role of **Admin** or **Org Admin** can delete users, with some restrictions outlined below. + +--- + +### ❓ What are the conditions for deleting a user? + +1. **Admin Deletion Rules** + - An **Admin** can delete **any user** in the system. + - An Admin **can delete their account from user profile**. + - Before deleting an Admin, ensure **no users are assigned under them**. + +2. **Org Admin Deletion Rules** + - An **Org Admin** can delete **any user** within their **own organization**, **except Admins**. + - Org Admins **cannot delete themselves Only Admin can delete them**. + +--- + +### ❓ What happens if a deletion condition is not met? + +- The deletion will be **blocked**. +- A **validation error message** will be shown, explaining the reason (e.g., "Admin has assigned users" or "Cannot delete own account"). + +---