Implementation Guide for Oracle Self-Service E-Billing > Customizing User Management >

Customizing Reactivate Account Lockout


You can customize the Reactivate Account Lockout use case APIs.

CSR administrator user can reactivate a locked out account. In the action layer, you can call reactivateAccount API to reactivate an account:

IUserService usrService=EBillingServiceFactory.getUserService();

usrService. reactivateAccount(usrId, audit);

These APIs use the following parameters:

  • usrId. User ID. The user's account will be reactivated.
  • audit. Audit data of the reactivate user account action.
Implementation Guide for Oracle Self-Service E-Billing Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.