Hi all.
I started looking at another method to create a new user via a request using the oracle.iam.request.api.RequestService API, which I basically consider the authenticated version of the un-authenticated self-registration method (using the oracle.iam.selfservice.uself.uselfmgmt.api.UnauthenticatedSelfService API), which I have tried and works fine (except you cannot pass in the user manager in the self-reg request. See my this thread for details:
10542548
Does anybody have some sample code they'd like to share that shows use of the oracle.iam.request.api.RequestService API to create a request for creating a new user (identity) in OIM 11g?
Note that I'm not looking at the oracle.iam.identity.usermgmt.api.UserManager API because I want to have approvals before user is created.