Dashboard
Users
Inspect operator-linked Mini App users.
Users
The Users page shows Mini App users created through launch requests for the authenticated operator.
Dashboard path
Operator Dashboard → Operations → Users
Required scope: users:read
What operators can do
- search by external user ID or display name
- filter by user status
- confirm the linked Polynion user ID when one exists
- inspect last seen and creation timestamps
- jump from user evidence to trades, wallet operations, or simulator records when investigating a case
Source API
The page reads GET /api/operator/users.
Key query fields:
status:active,suspended, ordisabledsearch: matchesexternal_user_idor display nameexternal_user_id: exact operator user identifiercreated_from,created_to: UTC ISO windowssort:created_at_desc,created_at_asc, orexternal_user_id_asc
Table fields
- external user ID
- display name
- status
- Polynion user ID
- last seen time
- created time
Operational notes
external_user_id is the operator-owned stable user identifier. Use it in support, webhook, wallet adapter, and simulator investigations.
Disabling or suspending a user is not currently exposed from this page. User state changes must go through the owning control-plane flow.
