I haven’t strain tested maxing out scimSearchMaxResults. From what I understand, the sole configurable aspect within the SCIM interface is the number of search results, which can be adjusted by modifying the scimSearchMaxResults setting in the System Configuration (via debug mode).
It’s important to note that this limit is strict. These limitations are in place for valid reasons: increasing the data volume could lead to various issues such as prolonged upload times, potential JVM memory exhaustion resulting in denial of service, and prolonged processing durations leading to resource locks and high CPU usage, ultimately risking denial of service.
These restrictions are implemented to safeguard the service (IIQ) from misuse, which could result in temporary or permanent failures.