Operator guideEN

Players / Detail Workspace

Main player workbench at `/player/[playerId]` with tabbed sections, player-level actions, and modal-based operator workflows.

How to use this guide

Start with the main guide

Follow the explanation and examples first. Extra definitions and formulas are available below when you need them.

What this page shows

Players / Detail Workspace is the main operator screen for one player. It combines identity and wallet context, operational tabs, report tabs, and a high-action header with player-specific workflows.

This page is the shell that owns the player workspace. Most player-facing CRUD and inspection surfaces are mounted inside this route rather than living on separate create/edit pages.

When to use it

Use this page when you need to:

  • inspect a single player in depth
  • change player-related state through modal actions
  • move between operational tabs such as Wallet, Banking, KYC, Fraud, or Activity Log
  • open player-scoped reports such as KPI Summary, Game Report, and Session Report
  • export one tab as CSV or package several supported tabs into one ZIP

How to read it

The page has two important layers:

  1. Action bar at the top with operator workflows such as comments, inbox, bonuses, wallet actions, tags, loyalty points, audit history, and force logout.
  2. Tabbed workspace where each tab focuses on one domain of player data.

The title combines the player's name, if present, with the internal userId.

The shell remembers two things while the operator stays on the player workspace:

  • which tab is currently visible
  • which heavy tabs were already opened once and should stay available during the same session

This means some heavy tabs are lazy-mounted on first access and then stay available without a full remount during later tab switches.

Main tabs

  • Overview
  • Wallet
  • Gaming
  • Banking
  • KYC status
  • Game report
  • NGR Timeline
  • Bonuses
  • Challenges
  • Tournaments
  • Available Coupons
  • Available Bonuses
  • KPI summary
  • Fraud Detection
  • Comments
  • Inbox
  • Activity Log
  • API
  • Calendar
  • Referral Stats
  • Onboarding
  • Favorite Bonuses
  • Chat Messages
  • Session Report
  • Road Map

High-value actions

  • Add Comments
  • Send To Inbox
  • Add Coupon
  • Add Bonus Manually
  • Add Rakeback Manually
  • Manage wallet
  • Add Adjustment
  • Tags
  • Add Loyalty Points
  • Export
  • Audit History
  • Force Logout

Export player data

Export is available only when System Settings -> Player Profile -> Player Profile Export Enabled is on. The setting defaults to off. When it is off, both the header Export button and per-tab Export buttons are hidden; the backend endpoint also rejects direct export requests.

There are two export paths:

  • Use a tab's own Export button to download that tab as one CSV. This path sends only the date range and filters supported by that tab.
  • Use the header Export button, immediately before Audit History, to choose one or more tabs. One selected tab downloads as CSV. Multiple selected tabs download as a ZIP with one successful CSV per tab plus export_manifest.csv.

When the player page first mounts, the dialog state starts with all 20 supported tabs selected. Select all tabs selects or clears the complete set. Date controls appear only while at least one period-based tab is selected, defaulting to 2021-01-01 through the current UTC date. Closing and reopening the dialog on the same mounted player page preserves the current selection and dates instead of resetting them.

Snapshot tabs ignore dates: Overview, Wallet, KYC Status, Available Coupons, Favorite Bonuses, Bonuses, Challenges, Tournaments, KPI Summary, Inbox, Calendar, Referral Stats, and Chat Messages.

Period tabs use the selected range: Gaming, Banking, Fraud Detection, Comments, Activity Log, Game Report, and NGR Timeline. The Gaming per-tab export can use an exact casino transaction ID without a date range.

The export is read-only and does not change player data. The backend attempts a content-free audit record with identifiers, selected tabs, period, status, duration, row counts, and safe error codes; CSV contents and player values are not copied into that audit record. If one tab fails inside a multi-tab request, the ZIP can still download: the failed tab has no CSV and is marked failed in the manifest.

Known caveats

  • This workspace acts as the real edit surface for players. There is no separately verified /players/create or /players/edit route.
  • Some tabs are lazily mounted. Operators may see initial loading when opening a tab for the first time in a session.
  • Report-like tabs such as KPI summary, Game report, and Session Report are documented separately because they are data-heavy surfaces.
  • The Challenges tab is documented as Players / Challenges because it is a backend-backed relation table for won challenges, not a generic challenge catalog.
  • The Tournaments tab is documented as Players / Tournaments because it is a backend-backed relation table for player tournament result rows, not the tournament configuration catalog.
  • The current tab is mirrored in the URL query string as ?tab=<label>, which means copied URLs can deep-link into a specific tab.
  • The tab label Comments is not the same thing as the standalone /players/activity-log page. Inside the workspace it shows the comments-only activity timeline and the tab label also carries the current comment count.
  • The tab label Activity Log shows the broader activity history for one player instead of the comments-only timeline.
  • Several action-bar buttons do not navigate away. They open always-mounted modal components that depend on the currently loaded player context and wallet state.
  • Player Profile Export requires the route-level Transactions permission. The backend can additionally reject individual tabs according to their loaded read-permission arrays; rejected tabs appear as FORBIDDEN in a multi-tab manifest.
  • The header Export dialog uses one shared date range and does not inherit filters from the currently open tab. Use the per-tab Export button when current tab filters must be preserved.
  • The frontend visibility gate is the shared System Setting, not a build-time frontend environment variable. The backend deployment fallback does not make hidden frontend controls appear.
  • Add Rakeback Manually only shows eligible instant-cashback bonuses where Auto Payout is enabled, so bonus configuration directly affects what the operator can select there.
  • Force Logout is not just a local CRM UI action. It asks the backend to force the selected user session out through the configured user-service integration and records the result as player activity.
More help

Related pages

Players / Banking

Banking tab inside the player workspace with transaction filters, a paginated banking grid, analytics cards, CSV export, and automatic-withdrawal availability.

Players / Fraud Detection

Fraud-detection tab inside the player workspace with MaxMind risk assessment, related fraud-account reports, IP analysis, and Identity Graph filtering.

Players / Game Report

Per-player game or provider report inside the player workspace, filtered by date option and grouped either by game or by provider.

Players / Inbox

Inbox tab inside the player workspace for reviewing delivered notifications, filtering by read state or notification type, and resending or soft-deleting message deliveries.

Players / KPI Summary

Grouped player-level KPI snapshot inside the player workspace, covering player info, deposits, withdrawals, casino totals, bonus cost, and predictive metrics.

Players / KYC Status

KYC tab inside the player workspace for browsing user documents, checking third-party verification state, and approving, rejecting, or re-requesting documents.