Hi Team,
I am searching to get never logged in users through API.
Could you please help me to find an API.
Thanks!
Sowjanya
Hi,
There is no special endpoint or filter for this. You have to iterate over all People (https://developers.jivesoftware.com/api/v3/cloud/rest/PersonService.html#getAllPeople(int,%20int,%20String,%20List<String>)) and Filter out people by values in field initial login date...
Some hints:
If this helps you, please mark the answer as correct.
Thanks
Jens