Check Users Logged In

Is there a way that can allow to check if a user is logged in, to go on their profile and see the login status?

Simply use IsLoggedIn() global function.

What parameter should I pass on the IsLoggedIn() , want to see a list of users who are logged in

It does not have any parameter.

mobhar wrote:

It does not have any parameter.
I think you are not getting me right, I know > IsLoggedIn() > Return True or False for current logged in User. >

As an Administrator I would like to see if a user test@mydomain is Logged in. Its checking other users logged in by ID or Username - not checking my current status which returns True or False

You need to execute a query to check data in the Profile field of the user.