Page body
What this page shows
Players / Sanction List is the restricted-user maintenance page. It combines search and validation filters, statistics, CSV export, manual create/update workflows, and a synchronization flow for sanctions data.
When to use it
Use this page when you need to:
- check whether a person already exists in the restricted-user dataset
- review manual versus auto-generated sanctions matches
- add or update a restricted-user record
- trigger a sanctions synchronization
How to read it
The page includes:
- a filter block with name, country, date-of-birth, reason, validity, and source controls
- top summary cards grouped by exclusion reason
- a dense table of restricted users
- dialogs for create, update, and sync confirmation
Important caveats
Statuson this page is validity of the restricted-user record, not player account status.Sourceis a separate column and filter that distinguishes manual and auto-generated entries.StatusandSourceshould be read together, not as one combined field.- The top cards do not show global totals. They show counts by exclusion reason for currently valid records only.
- Updating a player's identifying data can trigger sanctions checks elsewhere in backend logic, so this page is not the only place where sanctions outcomes matter.
Verification status
- status:
verified_backend - last verified:
2026-04-18 - note: FE hooks, exclusion-reason lookups, create/update/sync flows, and the by-reason summary cards are traced through
UserControllerandGetRestrictedUsersService.