Get expiration date in before operation rule

We have a requirement to obtain the expiration date from the access request and set that into the body payload of WebService connector. I was hoping to do that using before operation rule, but I’m not able to get the expiration date into the rule.

Any help is greatly appreciated.

Hello @sameer_raghuraj

We cannot get access expiration date in the plan . We get only plan attribute requests (ent attributes and values) .

1 Like

Hi @sameer_raghuraj , although it is not possible through a straightforward approach, it is still feasible. This can be achieved by making API calls within the Webservice before operation rule using WebServicesClient methods or plain HTTPClient methods.

Hi @prashanthrns,

I was wondering—how can we retrieve the exact access request associated with the current provisioning process?
Specifically, we’re looking for the ID of the access request submitted for the respective payload.

Do you have any further insights on this?