Back to Tools

Team Management

Development preview - test the team management feature here before integrating.

Integration Instructions

To use this component in the settings page:

// In app/(app)/settings/page.js
import { TeamManagement } from '../../tools/team/page';

// Then in the team tab:
{activeTab === 'team' && (
  <div className="bg-white border border-gray-200 rounded-xl p-6">
    <TeamManagement accountId={getAccountId()} />
  </div>
)}

Team Members

2 active members, 1 pending

Active Members

J
John Smith
john@company.com
S
Sarah Johnson
sarah@company.com

Pending Invitations

pending@company.com
Invited Dec 18, 2024
Viewer

Role Permissions

Admin
Full access to all features, can manage team
Member
Can validate lists and view history
Viewer
View-only access to results