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
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