/api/admin/session/:token


List all users’ sessions

Method

GET/POST

Parameters

  • sortBy — (string) member to sort by (it will also check members in “params”)
  • sortReverse (bool) reverse sort
  • start (int) starting object
  • limit (int) maximum number of objects to return

Result

JSON array of session objects.

Websocket Connetion

Connect to a /api/admin/session?token=token

Server to Client Messages

JSON object with the following format.

  • id — Xrdp session id
  • data — JSON object of the session (see above)