Take accounts from a Source to another

Hello devs! I’m trying to read accounts using a JDBC connector and synchronize them with another source through web services. I have already read the accounts. The idea is to iterate over those accounts and send HTTP requests on the other Web Service connector. However, I’m unable to synchronize the attributes. How can I achieve this?

Getting data to flow to the web services source requires the correct HTTP operations be configured (Create Account, Update Account), and that you have a create account plan setup, potentially with attribute sync. It’s also important that they be correlated correctly.

Is your JDBC source tied to an identity profile? Will ISC be responsible for creating the web service accounts, or just updating them?

Thank you for your response. At the moment, the identities are not tied to any identity profile. The ISC will only be responsible for updating the web service accounts, not creating them.

ISC is really designed to govern source entitlements on identities, and those identities come from an authoritative source. Are you saying you have no identity profile/authoritative source, or just that the jdbc source is not tied to an identity profile? I’m going to assume that you have an authoritative source, and that it’s just not the jdbc source. In that case, something like the following should work:

1 Like

Ok, perfect. My source is currently not linked to an identity profile. I will create the identity profile and follow the necessary steps. However, the issue I am encountering is that the attributes available in the source do not match the attributes expected in the identity profile.