As the result size is limited to 200 records, we are using parallel requests using the start parameter in order to retrieve rapidly the full result list. With the new cursor parameter, we need to do the same job sequentially which will take too much time to render, is it possible to increase at least page size to 1000 records ?
I just noticed it works in one context and not in another - the only difference is that one app is using JWT authentication and the other none. Does this mean apps must use JWT for /rest/api/search/user to work? The documentation only mentions requiring an app scope of read.
@james.dellow Have you tried again? There were some issues with AP.request and under what permission scope it was running, but that should be fixed by now.