Hi, i want to change a lead to a user via changing the role by updating the contact, in the past before the contact model when you converted a lead to user it was optional to copy over the id (external id) if you gave it the email as id, this isn't possible with the contact model.
so in short my problem is:
- leads always have id's
- when changing the lead to user the id stays
- updating the external id to null or empty doesn't remove the id only updates it (with email present)