Validate SSO Web API Session
Validates the current session for the SSO user.
Response
An array of objects detailing contract information.
USER_ID
Internal user identifier.
USER_NAME
current username logged in for the session.
RESULT
Confirms if validation was successful. True if session was validated; false if not.
AUTH_TIME
Returns the time of authentication in epoch time.
SF_ENABLED
(Internal use only)
IS_FREE_TRIAL
Returns if the account is a trial account or a funded account.
CREDENTIAL
Returns the underlying username of the account.
IP
Internal use only. Does not reflect the IP address of the user.
EXPIRES
Returns the time until SSO session expiration in milliseconds.
QUALIFIED_FOR_MOBILE_AUTH
Returns if the customer requires two factor authentication.
LANDING_APP
Used for Client Portal (Internal use only)
IS_MASTER
Returns whether the account is a master account (true) or subaccount (false).
lastAccessed
Returns the last time the user was accessed in epoch time.
loginType
Returns the login type. 1 for Live, 2 for Paper
PAPER_USER_NAME
Returns the paper username for the account.
features
Returns supported features such as bonds and option trading.
region
Returns the region connected to internally.
Errors
401
Unauthorized Error

