Table of Contents


Login History

Provides access to data fields for login audits within the system.
The entity name is: LoginHistory.
 

API NameLabelRequiredData TypeDescription
CreatedByIdCreated ByNoLookup(User)The user record that created this login history entry.
CreatedOnCreated OnNoDateTimeWhen this login record was first created.
ExternalSessionIdExternal Session IdNoText(100)Provider-issued identifier for the session (e.g. SSO token used for SAML SSO).
IdIdNoIDSystem-generated unique identifier for the login history record.
IsDeletedDeletedNoCheckboxSoft-delete flag (checked if the record is in the recycle bin).
LoginTimeLogin TimeNoDateTimeTimestamp when the user successfully authenticated.
LoginTypeLogin TypeNoPicklistMethod of login (e.g. Application, REST API).
LogoffTimeLogoff TimeNoDateTimeTimestamp when the session was terminated or logged off.
ModifiedByIdModified ByNoLookup(User)The last user to modify this login history record.
ModifiedOnModified OnNoDateTimeWhen this record was most recently updated.
NameEntry NoNoAuto NumberAuto-generated sequence number for each login event.
OwnerIdOwnerNoLookup(User)The user who owns the login record (typically the user who logged in).
PlatformPlatformNoText(100)The client platform used (e.g. Web, iOS App, Android App).
SessionIdSession IdNoText(350)Underlying session identifier for the authentication session.
SourceIPSource IPNoText(18)IP address from which the login originated.
StatusStatusNoPicklistOutcome of the login attempt (e.g. Success, Failure).
TokenTokenNoText(500)The authentication token issued for this session (where applicable).