OpenPoly logo
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, or disabled
  • search: matches external_user_id or display name
  • external_user_id: exact operator user identifier
  • created_from, created_to: UTC ISO windows
  • sort: created_at_desc, created_at_asc, or external_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.

Copyright © 2026