Validate SSO Web API Session

View as MarkdownOpen in Claude
Validates the current session for the SSO user.

Response

An array of objects detailing contract information.
USER_IDlongOptional
Internal user identifier.
USER_NAMEstringOptional
current username logged in for the session.
RESULTbooleanOptional

Confirms if validation was successful. True if session was validated; false if not.

AUTH_TIMElongOptional
Returns the time of authentication in epoch time.
SF_ENABLEDbooleanOptional

(Internal use only)

IS_FREE_TRIALbooleanOptional
Returns if the account is a trial account or a funded account.
CREDENTIALstringOptional
Returns the underlying username of the account.
IPstringOptional
Internal use only. Does not reflect the IP address of the user.
EXPIRESlongOptional
Returns the time until SSO session expiration in milliseconds.
QUALIFIED_FOR_MOBILE_AUTHbooleanOptional
Returns if the customer requires two factor authentication.
LANDING_APPstringOptional

Used for Client Portal (Internal use only)

IS_MASTERbooleanOptional

Returns whether the account is a master account (true) or subaccount (false).

lastAccessedlongOptional
Returns the last time the user was accessed in epoch time.
loginTypelongOptional
Returns the login type. 1 for Live, 2 for Paper
PAPER_USER_NAMEstringOptional
Returns the paper username for the account.
featuresobjectOptional
Returns supported features such as bonds and option trading.
regionstringOptional
Returns the region connected to internally.

Errors

401
Unauthorized Error