LOGON_GET_USER_AUTHENTICATION_LEVEL LOGON Endpoint
  /rpc/logon/?method=LOGON_GET_USER_AUTHENTICATION_LEVEL  
  Returns the user's Authentication Level & Authentication Delivery (for PIN).  Can be called without being logged on  
  PARAMETERS TYPE NOTES
  Logon Text  
  PasswordHash Text MD5 hash of Logon and Password
  RETURN  
  AuthenticationLevel Numeric. 1=Standard,2=Logon Token,3=Logon Token and Password Token
  AuthenticationDelivery Numeric. 1=Email, 2=SMS
  AuthenticationUsingAccessToken Numeric. 1=Disabled, 2=Can be used as 2nd factor token, 3=Can be used to authenticate
  LogonKey For use with Ma href='/LOGON'>LOGON depending on your security settings. See getting started with authentication
  EXAMPLES