Population / Group definition creation based on last modified timestamp of a link

Hi All,
Is there any way we can create a population based on identity’s application last modified date ?

Hi @ambuj96

Can you explain your requirement in more detail?

You can create population based on application.

so I want to create a population based on application modified date on user.
Suppose I want the users who have that application and whose modified date for particular application link is greater than 1st January 2025 .
Is it possible to do so ?

Hi

Go to Advance Analytics → Identity → Advance Search → view/edit filter source & place below line, save → Run Search.

Replace “Active Directory” with your application name and date as per your requirement.

links.collectionCondition("(application.name i== \"Active Directory\" && modified i== DATE$1737442671210)")

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.