Incomplete Identities report

I have to automate the incomplete identities report. Is it possible to fetch the incomplete identities through the search query? Can anyone help me with the Query?

Thanks,
Harish G

Hi Harish,
You can export the list of incomplete identities from identity list.


Click on the export ,you will be able to download all the incomplete identities.
Thanks!!

As per the documentation there is no search query to fetch incomplete identities,


Thanks!!

@naveenkarthikkrk - I have to automate this. Is it possible to create the incomplete identity report id if any of the mandatory attribute is null . ex: firtname, lastname, email, displayname are the mandatory attribute, if any of these attributes doesn’t have any values then it should fetch those identities details.

I think you’re on the right track here, the required attributes are User Name (uid), Work Email (email), and Last Name (lastname), so if you create a query that searches for identities that are missing any one of these attributes, that should give you what you need. You could also use utilize a script that uses an API call to get identities and filter on those attributes being null ( list-identities | SailPoint Developer Community) and schedule that.

1 Like

I think you won’t be able to create any identities without the mandatory attributes, Therefore it won’t be possible to generate a report of incomplete identities too.
If you try to filter out the identities with the mandatory attributes null you may end up getting the reports of some unregistered identities which dont have any attributes associated with them i guess.

1 Like

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