We have more than 1k accounts to be disabled in Identity Security Cloud.
I’ve followed the instructions how to disable a single account however when using collection in Postman with a .csv file I get the 405 Method not allowed message. Iteretion works so my guess is that I’m not using the correct uri for this: {path}v3/accounts/:id/disable
I don’t believe this endpoint will allow you to achieve your goal. Instead, you could create a CSV file containing all the IDs and then write a script to iterate through them, passing each ID to the endpoint to disable all the accounts.