function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BussBuss 

How to find logged Users in my organisation

Hi,

 

How to find how users in my organisation are loggedin currently.

 

Rgds,

Buss

TejTej

SELECT LastLoginDate, LastPasswordChangeDate FROM User where LastLoginDate = null and isActive = true

 

Thanks,

Starz26Starz26

Tej wrote:

SELECT LastLoginDate, LastPasswordChangeDate FROM User where LastLoginDate = null and isActive = true

 

Thanks,


 

This would give you a list of valid users who have never logged in, not a list of users currently logged in.

 

There has to be a way to do this as this link shows that it is being done by a paid app, although it is probably tracked by loggin into the app and not salesforce.......

 

https://sites.secure.force.com/appexchange/listingDetail?listingId=a0N30000003IjrCEAS