Share all details related to your problem, including any error messages you may have received.
Is there a centralized way to limit the number of REST/SCIM API calls that can be made from external system to IdentityIQ, other than tracking each call as a count in custom object on daily basis?
We need to choke the system at a central location to prevent unlimited calls.
I dont think it exist. Maybe you can work at network or system level, limiting the number or time of connenction for that target system or creating a script
There is no direct way by which you can limit the number of API call. You may need to place some middleware in between to limit the number of calls for a given endpoint.
There is no limit . We had a same concern so we leveraged middle layer mulesoft cloud hub capability . So no direct expose to Sailpoint API , despite all apis are exposed from mule layer .