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_IDlong
Internal user identifier.
USER_NAMEstring
current username logged in for the session.
RESULTboolean

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

AUTH_TIMElong
Returns the time of authentication in epoch time.
SF_ENABLEDboolean

(Internal use only)

IS_FREE_TRIALboolean
Returns if the account is a trial account or a funded account.
CREDENTIALstring
Returns the underlying username of the account.
IPstring
Internal use only. Does not reflect the IP address of the user.
EXPIRESlong
Returns the time until SSO session expiration in milliseconds.
QUALIFIED_FOR_MOBILE_AUTHboolean
Returns if the customer requires two factor authentication.
LANDING_APPstring

Used for Client Portal (Internal use only)

IS_MASTERboolean

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

lastAccessedlong
Returns the last time the user was accessed in epoch time.
loginTypelong
Returns the login type. 1 for Live, 2 for Paper
PAPER_USER_NAMEstring
Returns the paper username for the account.
featuresobject
Returns supported features such as bonds and option trading.
regionstring
Returns the region connected to internally.

Errors

401
Unauthorized Error