Chaitanya K
Chaitanya K

Reputation: 1847

How to clean all the identites from Sailpoint?

I want to clean all the identities and their accounts roles etc associated with identities.

Is there any way to bulk delete identities?

Upvotes: 0

Views: 1929

Answers (1)

shev
shev

Reputation: 36

Do you have shell access? You can use the iiq console for this:

bash /path/to/iiq/WEB-INF/bin/iiq console
> delete Identity *

This should get rid of all identities except for the ones which are tagged as protected. Also all additional data (links, assignedRoles, scorecards,..) will be deleted.

Upvotes: 2

Related Questions