I am trying to find a way to set or change the assignee who is responsible for approving the request.
I have look into the following OIM APIs:
oracle.iam.api.OIMService
oracle.iam.request.api.RequestService
I was able to create a request using "oracle.iam.api.OIMService" API, but I could not find a way to set the approver (OIM defaults to SYSTEM ADMINISTRATORS).
I know that OIM has a UI feature to reassign a request to another user or group (Attached picture as an example). I would like to know if there is an API for this.
