Symptoms

As a Provider, I want to create a customer account in both OA and BA via API.

Resolution

  1. Call the AccountAdd_API PBA API method.

    The account will be created in BA.

  2. The next step is to create a user (staff member) using the UserAdd_API method.

    The User Created event will be posted in BA, which by default has the PEMGATE-based event handler AddAccountMemberToPEM assigned, so the system will attempt to create a user. Since an account does not exist in OA yet, an account will first be created and then the user. This is done automatically; no manual actions are required.

Internal content