A webservice Connector creates accounts and the jdbc connector aggregates the accounts and groups that were created by that webservice

Hi everyone,

It is possible to do a process of aggregating accounts and aggregating groups via JDBC and the process of creating accounts in this database via API, so it would be a webservice connector to carry out the process of creating, changing and blocking, and aggregating accounts and groups would be done via webservice using APIs. Is it possible to perform this hybrid mode?

Thank you in advance

If you have access to the database to run JDBC queries for aggregation, why not just use the JDBC connector to provision accounts as well? Is there a reason you must use the Web Service connector to provision accounts?

Hi McKibben,

Thank you wery much for your answer. we are trying to make the costumer do this, I don’t know why they created only part of the process via API, and the other part was left directly in the database. Now it seems to me that they are developing the aggregation part via API.

Thank you again for your help.