Reviewing User Login HistorySummary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Admins can easily review the history of interactive logins and details for all users by accessing sys_user_login_history table. You can check login details such as below. - User: the user name who tries to login - Status: whether the login succeeded or failed - Login Failure Reason: if the login failed, shows why it failed - IP Address - Browser - Login Type: password login (DB login) or SSO / SAML - IDP Used: if the login was via SSO, shows what IDP was used - Last Access Time: populated if the user accessed via mobile - Session Token Expiry Time: populated if the user accessed via mobile - Device Name: will be populated in a future release - Location: will be populated in a future release - Privileged User: flagged as true if the logged in user has one of roles as designated in sys_icenter_role_config table (will work as expected above Washington DC due to PRB1714118) This login history is stored up to 30 days by default, as defined in sys_auto_flush. Prerequisites sys_user_login_history table is released to store login related records for Identity Center, which was released in Utah. You need to first install the plugin to store login history in sys_user_login_history table. https://docs.servicenow.com/csh?topicname=identity-center.html&version=latest