How to see the list of mobile devices that have currently logged in using Now Mobile App<!-- /*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: ; } } There is no specific table which keeps the login information of all the Now Mobile logins. There is, however, a table called "sys_push_notif_app_install" (when a device is able to receive push notifications, there would be an entry here) which customers can use to track mobile user login. Every time an agent logs into the Now Mobile app for example, the 'active' field would be set to true (and push application will be set to ServiceNow Request Application) and it will give additional information about the device there. Last registered would be the time the agent logs in. This should help customers to track down the agent login information. https://<instance-name>.service-now.com/sys_push_notif_app_install_list.do?sysparm_query=sys_push_application_id.display_name%3DServiceNow%20Request%20Application&sysparm_view=