how to include deleted user in UI and API searches in OIM
Likewise I notice default programmatic search using oracle.iam.identity.usermgmt.api.UserManager.search method also fails to return end dated users. Can this search be generalised to return active and end dated users e.g can we add search criteria to extend single search, such as (((status EQUAL active) OR (status NOT_EQUAL active)) AND keyattr EQUAL val) or can we do it with two searches (status EQUAL active AND keyattr EQUAL val) then (status NOT_EQUAL active AND keyattr EQUAL val)?