Forum Discussion
365 Godaddy AD sync making duplicate accounts
- Jan 15, 2021
GoDaddy have their own flavor of O365/Azure AD, so the general guidance might not apply there - best work with their support.
Soft match only works when the immutableID is null, so check for that. And you can always try using "hard match", based on the objectID. But again, best check with their support.
GoDaddy have their own flavor of O365/Azure AD, so the general guidance might not apply there - best work with their support.
Soft match only works when the immutableID is null, so check for that. And you can always try using "hard match", based on the objectID. But again, best check with their support.
Thanks for the direction, I've been a bit confused where to start as the last time I had a problem (Deleted my email through the Azure portal when trying to resolve the duplicate entries.) it was confusing where the problem was. In the end, I had to undelete my account through my company's Azure portal because on GoDaddy's side it said the account was stuck initializing.
Again, thank you for the answer.