Correlate accounts without triggering an aggregation

Account aggregation is the process which will load the accounts into IDN. Only once it’s loaded you can correlate them to an identity. If there’s no aggregation the account won’t even exist i guess.

If your account already exists in IDN, you can use Update Account API to correlate it to any identity.

PATCH {{api-url}}/v3/accounts/772a2d150055462ca2e3d9578521d846

Request Body
[
  {
      "op": "replace",
      "path": "/identityId",
      "value": "d0840fbf5bcd449396479612c5e1d792"
  }
]

Replace the acocunt Id and Identity Id with your values.