Features
Vendor Portal
Portal Users

Portal Users

Manage the team of users in a vendor organization.

Where to find it

URL: /portal/users Access: Requires users:manage permission (admin-equivalent within the vendor org)

User fields

FieldPurpose
First name, Last nameDisplay name
EmailLogin + notifications
PasswordInitial password (required on create)
Admin flagBypasses all permission checks
PermissionsGranular — see table below

Permission matrix

Non-admin users can have fine-grained permissions. Available scopes:

GroupPermissionWhat it grants
UsersmanageCreate/edit/delete team users
ClientscreateCreate new clients
view_allSee all clients (not just own)
edit_allEdit any client
Buyback quotescreateCreate quotes
view_allSee all quotes
edit_allEdit any quote
Repair quotescreateCreate repair quotes
view_allSee all repair quotes
edit_allEdit any repair quote
Dashboardview_allAccess the metrics dashboard
TicketsviewSee support tickets
view_allSee all team tickets

Inviting a user

  1. Go to /portal/users
  2. Click Add User
  3. Enter name, email, temporary password
  4. Check permissions (or admin flag)
  5. Save
  6. Share credentials with the new user — they can change password at first login

Permission changes are audited

Every change to a user's permissions is logged in vendoruser_permission_log:

  • Who changed what
  • Old vs. new values
  • Timestamp

Visible to admins in the audit log.

Related features