/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)