Description
Show snapshot of logged users on specified Tag (DateTime)
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
IncludeMobileLicences |
boolean |
0 |
0 or 1 |
Switch: Return also used mobile licences |
Request body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:pixiReportActiveLogins>
<dem:IncludeMobileLicences>0 or 1</dem:IncludeMobileLicences>
</dem:pixiReportActiveLogins>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Users logged in
| # |
Name |
Type |
Description |
| 1 |
OnDate |
string |
Timestamp of the snapshot |
| 2 |
UsersCount |
integer |
Always 0 |
| 3 |
Username |
string |
User name + computer name that is connected to pixi* |
| 4 |
AppName |
string |
Type of login licence used |
| 5 |
ComputerName |
string |
Device name connected to the login |
| 6 |
NrOfLicences |
integer |
Number of pixi* licences |
Additional Notes