/* * Plugin Name: StarNet Store * Plugin URI: https://www.starnet.com * Description: This is the StarNet Store * Version: 1.0 * Author: StarNet Communications Corp * License: Proprietary * Network: true */ /api/share/:token – Welcome to the StarNet Knowledge Base

/api/share/:token


Get the sharing keys of the session

Method

GET/POST

Parameters

  • id — Xrdp session id

Result

Array of JSON objects with the following members

  • id — Xrdp session id
  • key — sharing key
  • perms — array of permissions.  Permissions include
    • ‘view’ — shared user has view permission
    • ‘granter’ — shared user can grant control to other users
  • timeout — number of seconds a user has to connect with the share password (from /api/share)