Hi There,
Is there any way we can get only visited users using Script API (core_v2_user.List()) ?
Regards
Mahesh
Hi There,
Is there any way we can get only visited users using Script API (core_v2_user.List()) ?
Regards
Mahesh
I think you would need to list all users and filter the results as they come back, the list method does not support this
or
could store a flag in user ext attributes and expose the flag to solr and then use a search query
If you are referring to users that are currently online, there is a Presence option on the core_v2_user.List method to display users that are online.