角色與權限管理 / Roles & Permissions Management

透過強大的角色與權限系統,管理員能有效掌控員工的存取層級與平台整體安全性。角色可被指派至員工,而每個角色擁有高度可自訂的細部權限。
With the powerful roles and permissions system, administrators can precisely control staff access levels and overall platform security. Roles can be assigned to staff, and each role includes fully customizable permissions.

概述 / Overview

管理職務 / Managing Roles

最佳實務範例 / Best Practice Example

# Example: Creating a Finance Manager Role with Permissions
{
  "role": "Finance Manager",
  "permissions": {
    "dashboard_stats": true,
    "transactions_chart": false,
    "wallet_balance": true,
    "user_management": false,
    "merchant_management": true,
    "kyc_review": false,
    "deposit_withdrawal": true
  }
}

🔑 從側邊欄→角色與權限 存取此模組,以安全管理員工權限並維持平台最低權限原則。
🔑 Access this module via Sidebar → Roles & Permissions to securely manage staff privileges and enforce least-privilege access.