Hi @Admin Ballzere
Thank you for posting your query on Microsoft Q&A.
I understand that you are converting 2 users to external B2B collaboration and one of the users is facing issue "username may be incorrect".
- Before you invite the user, make sure the
User.Mail
property of the internal user object (the user's Email property in the Microsoft Entra admin center) is set to the external email address they'll use for B2B collaboration. If the internal user has an existing mailbox, you can't change this property to an external email address. You must update their attributes in the Exchange admin center. - When you invite the user, an invitation is sent to the user via email. If you're using PowerShell or the invitation API, you can suppress this email by setting
SendInvitationMessage
toFalse
. Then you can notify the user in another way. Learn more about the invitation API. Follow the document for more information: https://learn.microsoft.com/en-us/entra/external-id/invite-internal-users
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click `Accept Answer`
and `Yes`
.