I’m trying to find over 100 specific IDs in IdentityNow, both on the UI and through the v3 API. Right now, I’m typing each ID one by one in the search box or API call (“id1 OR id2 OR …”), and it’s a pain.
Any simpler ideas? Maybe a way to search for all IDs at once using supported Elasticseach syntax? Any help would be awesome.
You may try using postman’s bulk request where you can keep all the id and configure postman to read details from this file for each iteration. Same can also be used programmatically using any language and making multiple requests for these ID.