Hi Kumar,
I was getting the details of the user from Oracle Identity And Access Management . I received the data via Web Services of CLM and incorporated those data via script to create a User. To create a User please check the post that is marked as Answered.
Create a newUserIBeanHomeIfc ,
Then using the create() method get the UserAccountIBeanIfc
finally use setters of UserAccountIBeanIfc to set various required values.
Once all the above steps is done Use save(IBean) method of newUserAccountIBeanHomeIfc to save your user details.
In case of any queries please let me know ,I will be happy to help .
Thanks,
Amar Shukla