Skip to content

MngGetAccountsListByGrpoup

MngGetAccountsListByGrpoup

Command: MngGetAccountsListByGrpoup

Deprecated alias: GetAccountsList

GetAccountsList is kept only for backward compatibility. New integrations must use MngGetAccountsListByGrpoup; the alias may be removed in a future release.

Description: Returns a lightweight account table with login, name, group, brand, and currency for accounts matched by groupFilter.

Access Control

🛡️ Access Level Required: SESSION_MANAGER, SESSION_ADMIN, SESSION_DEALER

Endpoint

GET /accounts/logins

Request Parameters

Name Type Required Description
groupFilter string Yes Group mask, for example STD-* or *

Request Example

{
  "command": "MngGetAccountsListByGrpoup",
  "data": {
    "groupFilter": "STD-*"
  }
}

Response Parameters

Name Type Description
structure array Column order used in rows
rows array Account rows

Row Fields

  • login
  • name
  • group
  • brand
  • currency