Create User in Oracle Identity Manager from Java

Create User in Oracle Identity Manager from Java

The (oracle.iam.identity.usermgmt.api.UserManager) UserManager API exposes the methods to manage a user. To manage a user, it provides functionality to create, modify, enable, disable, delete, lock and unlock the user. It also provides the support for bulk modify, enable, disable, delete, lock and unlock user operations.

Read more at – Create User in Oracle Identity Manager from Java