I have configured web service connector and it has 138 accounts as per response from postman. But when I run aggregation in SailPoint, I’m getting only 100 accounts. I added the pagination configuration as below, but still the accounts are not getting pulled.
If you are able to get 138 records from postman , It doesn’t seem like pagination issue for me . What is the accountId attribute in the Schema ? Check if all the accounts has this attribute value .
Can you show the screenshot of postman please?
I want see the URL and params on postman side . In the response you are getting from postman , check if all the accounts has userName attribute .
I have the similar issue after 8.4P2 upgrade and working with sailpoint support case.
As alternative, for applications with lesser accounts try to set the limit on the response.
eg: /users?max=500