I am trying to fetch the incomplete identity details using search query(condition is , uid is null or email is null or lastname is null) I am not getting expected result when I try with this query “((appType eq ‘identity’) AND (uid is null OR lastname is null OR email is null))”
It is fetching all the identities. Total identity shown in my system for “incomplete identites” is 70. Can anyone help me here?
Hi @jesvin90 - Yes, I have pasted without space here but tried with space,still not working. Actually, your solution should work, but not sure what is wrong!
I don’t think we can get this information using the search queries, since those are all mandatory attributes for an Identity. Those Identities will not be properly promoted unless those issues are resolved. You can get the error report from the Identity Profile mapping itself.
I tested this out in my tenant and the behavior looks the same as you are seeing. And the users with missing emails does not even show up in any search results.
I would be curious to know if this was something that used to work earlier as the documentation suggests using NOT _exists_ for finding users with missing email.
And as @Karthikeyan_U suggested, using the Identity exception report seems to be a viable option.