Skip to main content

Reseller All Users

View and manage users across all your customer organizations from a centralized page.

Overview

View all users from all customer organizations in a consolidated view. Note: This shows customer organization users only. To manage your reseller team, use the standard Users page.

Accessing All Users

Navigate to Reseller All Users (RESELLER role required).

Users Table

Columns: ID (copy), First Name, Last Name, Email (copy), Is Active (Yes/No), Registered, Customer ID (copy), Asked for Reset (Yes/No)

Features: Sorting (ID, names, email), Filtering (number/text/select filters), Pagination, Copy on click (ID, Email, Customer ID)

Row Actions

Each user row has 2 available actions:

Action Details:

  • Label: "Send reactivation link"
  • Icon: Send icon (h-4 w-4)

Process:

  1. Click "Send reactivation link" for user
  2. Confirmation modal opens
  3. Confirm action
  4. 300ms delay
  5. API call to resend activation link
  6. On success: Toast "Activation link resent successfully"
  7. On error: Error toast with details
  8. Modal closes

Parameters:

  • customerId: User's organization ID
  • userId: User ID

Use Case:

  • User hasn't activated their account
  • User lost activation email
  • Need to resend account setup link

Go to Customer

Navigate to /users (reseller's own users) or /reseller/:customerId?tab=3 (customer's Users tab) to view user in organization context.

Managing Reseller Team Members

To manage your reseller team, use the standard Users page (not Reseller All Users). Assign standard roles: SYSOP, ORGADMIN, CONTRIBUTOR, CUSTOMER, DEVELOPER, RESELLER, RESELLEE, TESTER.

Next Steps