How to modify the maximum search value for API call.
PIM 12.9
We want to get list of Endpoints from API.
https://${"PIM"}/iam/api/1.0/restapi/environments/ac/endpoints
However limit seems to be 1000. We can only see 1000 endpoints.
Resolution is in idmmanage> ac-env > Advanced Settings > Miscellaneous > All with *SearchSizeLimit increased to 20000.
Reboot jboss after modifying
Then we are be able to query and obtain all endpoints.