How to Find Users Last Login Date and Time In Salesforce

How to Find Users Last Login Date and Time In Salesforce
In this blog, you will learn how you can find users last login date and time in salesforce.

Follow below simple steps

  • Go to Setup
  • Open Developer Console
  • Go To Query Editor
  • Write a Simple Query

SELECT Id, Name, Profile.Name, LastLoginDate FROM User
WHERE LastLoginDate != null

  • Click on Execute


Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

  • How to Query Users with Salesforce User License?How to Query Users with Salesforce User License?
  • How To Find Duplicates Records In a Object In Salesforce Using SOQL?How To Find Duplicates Records In a Object In Salesforce Using SOQL?
  • How to Find Dashboards that are using a Report in Salesforce?How to Find Dashboards that are using a Report in Salesforce?
  • How To Get Picklist Values Using SOQL In Salesforce?How To Get Picklist Values Using SOQL In Salesforce?
  • How To Quickly Find Newly Created Fields In SalesforceHow To Quickly Find Newly Created Fields In Salesforce

label Labels

Comments 0