Azure Guest Sync

I have created an Azure connector for creating B2B guest accounts. They create just fine with no errors but on the Account they all fail with this error
[“sailpoint.connector.ObjectNotFoundException: Resource \[email protected]\u0027 does not exist or one of its queried reference-property objects are not present.”]

Any suggestions

Just a guess, but \u0027 is the unicode representation of an apostrophe. Your code might be adding apostrophes to the email address, which is causing this error.

I have seen that when creating guest accounts and I believe it was either an invalid attribute or invalid value in the Account Schema or the Create Profile - most likely the latter. Check the Azure connector guide to make sure you are using the correct values.