Access Request Configurations through API

Hi,
We have set access request configurations through api as below:

"approvalReminderAndEscalationConfig": {
        "daysUntilEscalation": 6,
        "daysBetweenReminders": 1,
        "maxReminders": 6,
        "fallbackApproverRef": {
            "type": "IDENTITY",
            "id": "********",
            "name": "******",
            "email": "******"
        }

Is there any way, we can test these configurations before 6 days i.e. likely in 1 hour or so.

You could try setting daysUntilEscalation to 1 to test it. I don’t think you can go any lower.

Hi Colin,
So, you mean to say we have to wait for 1 day atleast to test this configuration.
Also, is there any way, we can modify IDN time?

Yes, I believe you have to wait 1 day to test your configurations. I’m not sure if you can modify IDN’s time.