/CallerHasAccess
Returns true if caller can access all services. If he does not, call /StartAuthenticationByInterlock and repeatedly press interlock to grant access.
false
/UsersWithAccessRights
Returns list of user with access rights.
[ { "IPAddress": "2298 Boulevard Court ", "PCName": "you" }, { "IPAddress": "5379 Applegate Court ", "PCName": "williamsburg" } ]
/StartAuthenticationByInterlockExplicitIP
Start authentication for specific IP address. User has to repeatedly press interlock button to authenticate device.
"aed7ec07"
/StartAuthenticationByInterlockExplicitPCName
Start authentication for specific PC name. User has to repeatedly press interlock button to authenticate device.
"4f7c5070"
/StartAuthenticationByInterlock
Start authentication. User has to repeatedly press interlock button to authenticate device. PC name will be used to identify user with fallback to IP address.
/AuthenticationStatus
Get status of authentication currently in progress.
{ "AuthenticationHardwareFailure": false, "AuthenticationProgressPercent": 0, "CallerHasAccess": false, "IsAuthenticationInProgress": false }