← Admin Panel

User card

admin panel · wireframes · management

One user's profile and the admin actions on it.

Card and password reset → Auth & Security → Password recovery
  1. 1 Email change — the admin sets a new address for the employee. The gate is a modal. Mechanics — Auth & Security.
  2. 2 Role change — only an Owner can assign Owner, an Admin manages only Members; the sole Owner can't be demoted. Auth & Security.
  3. 3 Account linking — a manual link to source accounts where auto-matching fell short. Model — Knowledge Store.
  4. 4 Access overview v2 — what the user sees per source and which platform restrictions apply. Auth & Security.
  5. 5 Per-user permissions v2 — a targeted grant or removal of rights on top of the role. Auth & Security.
  6. 6 Sessions — the admin sees the number of active sessions; no details (device, IP). The only action is "end all". Auth & Security.
  7. 7 User actions are critical — from v2, before running one the admin confirms their password through the re-auth modal.
  8. 8 Password reset — the admin sends the user's email a link to set a new password; without SMTP, a fallback to a temporary password. Flow — Password recovery.
  9. 9 Deactivation and deletion are two different actions. Deactivation reversibly closes sign-in; deletion irreversibly wipes the account and is available only to an Owner. Auth & Security.
  10. 10 API keys — this user's keys; "Create key" opens the shared creation dialog. A secondary path is the full company-wide list in API Keys.