简体   繁体   中英

How to terminate users in bulk inSailPoint IIQ?

I have identified nearly 1K Service identities, Shared Identities, Privileged Identities. I need to clear all these identities immediately, kindly say if there is a way to do this in bulk.

Terminate/remove users in Bulk

If you have identified the identities, then you can use the IIQ console to delete those, but take these steps carefully on higher environments ; Refer to the IIQ admin guide -> IIQ console section for this command . Also, take a backup of database before doing such activities.

<delete Identity "name"> is the IIQ console command. If you want to delete identities in bulk, then prepare a file for eg, identityData.txt and that file must contain records in the below format:

delete Identity identity1

delete Identity identity2

delete Identity identity3 

And then go to the IIQ console and execute this command

> source identityData.txt

Verify your identities from the console.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM