Need a search query

Need a search query that includes all active users and active SailPoint IDN admins.

Active Identities

attributes.identityState:ACTIVE

This of course assumes you have assigned an identity state to your lifecycle states, see the below post for more information

Active ISC Admins

attributes.identityState:ACTIVE AND @access(source.name:IdentityNow AND value:ORG_ADMIN)
2 Likes

In case, if the identityState is not configured yet for all the identity profiles, you could use this:

attributes.cloudlifecycleState:active OR @access(source.name:IdentityNow AND value: ORG_ADMIN)