I’m building a launchpad for CPFL to change the third party’s manager.
But it seems that there is a limitation in the workflow, I think it is only bringing 200 managers and here in the project we have more than 900 managers. I’m searching for the managers by query or by getListOfIdentities.
Use search in HTTP operation with query you were using to fetch managers data. There is no limitation in search as it can pull upto 10000 data at a time without pagination. And loop over those data to do your task.