1---2name: enterprise-admin3description: Enterprise admin panel design, role management, audit logs, organizational hierarchy, and enterprise UX patterns.4---56# Enterprise Admin Design78## User Management9- User list: name, email, role, status, last active10- Bulk actions: invite, deactivate, change role11- Search and filter by role, department, status12- User detail: profile, permissions, activity, sessions13- Impersonate user (for support debugging)1415## Role & Permission Management16- Role list with permission count17- Role detail: grouped permissions with toggles18- Custom role creation from template19- Permission inheritance (org-level, team-level, project-level)20- Visual permission matrix (roles × permissions)2122## Audit Log23- Chronological event list24- Filter: user, action type, resource, date range25- Event detail: who, what, when, where, before/after values26- Export as CSV/JSON27- Retention policy display2829## Organization30- Org hierarchy visualization (tree or nested list)31- Department/team management32- SSO/SAML configuration33- Domain verification34- Billing per department or centralized3536## Design Principles37- Information density appropriate for admin power users38- Confirmation for destructive actions (with specific detail of what's affected)39- Undo where possible40- Clear feedback on bulk operations (success count, failure reasons)41- Keyboard shortcuts for frequent admin tasks