User Roles

User Management — Admin

How admins view, filter, ban, and manage brand and influencer accounts from the Influenzic admin panel.

Influenzic adds dedicated user-management pages to the WordPress admin under Influenzic → Users → Influencers and Influenzic → Users → Brands. These pages provide filters and data columns not available in the standard WordPress Users list.

Screenshot: Influenzic admin Influencers list showing the filter sidebar, platform columns, wallet balance column, and ban-status indicators

The admin Influencers list with Influenzic-specific filter and column additions.

Influencer List Filters

Filter What It Does
Keyword search Matches login, email, or display name
Platform Shows only influencers with a connected account on the selected platform
Social status Filter to: has social account, has pending social account, no social account
Email verification Show only verified or unverified email accounts
Ban status Show all, banned only, or active (not banned) users

Wallet Balance Column

The standard WordPress Users list gains a sortable Wallet column showing each user’s current wallet balance. The list can be sorted ascending or descending by balance. A filter dropdown also allows showing only users with a balance above a set threshold.

Banning a User

  1. Open the user from the Influencers or Brands list.
  2. Click Ban User.
  3. Enter a mandatory reason (stored in inzc_ban_reason user_meta and logged in wp_inzc_ban_log).
  4. Optionally tick Block Appeal to prevent the user from submitting a support ticket appealing the ban.
  5. Confirm.

Cascade on ban:

  • Brand banned: active campaigns are paused; sent/viewed invitations are voided and escrowed funds refunded.
  • Influencer banned: pending/queued applications are withdrawn; sent/viewed invitations are voided and escrowed funds refunded to the brand.

In-flight projects are not cancelled automatically — use the dispute or project admin tools to handle them case by case.

Unbanning a User

Open the user and click Unban User. The ban meta is removed and the action is logged. The user can log in and access the platform again immediately. Previously voided invitations and withdrawn applications are not restored automatically.

Hook: inzc_user_banned fires with ($user_id, $admin_id, $reason, $appeal_blocked) after a ban. inzc_user_unbanned fires with ($user_id, $admin_id) after an unban.

Was this article helpful?