SessionInfo
The session info of a logged on user.
| Name | Description | Type | 
|---|---|---|
local_computer_name | The name of the local computer. | string | 
server_version | Receives the version of the M-Files Server on which this vault resides. | number | 
vault_guid | Receives the vault GUID as string. | string | 
Example
{
  "local_computer_name": "<!< The name of the local computer.>",
  "server_version": 0,
  "vault_guid": "<!< Receives the vault GUID as string.>"
}