How can I ensure customers are moved in the right groups during import, because right now the customer isn't removed from the groups, they are only added.
In the ex. below, are the customer added to three groups (Customers + CPG_PRIS1 + CPG_PRIS2), but the customer should only be in to groups (Customer + CPG_PRIS2).
Data in the import job day 1:
<column columnName="AccessUserGroups"><![CDATA[Customers,CPG_PRIS1]]></column>
Data in the import job day 2:
<column columnName="AccessUserGroups"><![CDATA[Customers,CPG_PRIS2]]></column>
Current configuration of the User Provider:
Br. Michael Knudsen