Forum Discussion
Mike_Perry
Jun 24, 2022Copper Contributor
Importing External Users to Office 365 Group
I'm attempting to add external users to a Microsoft 365 Group (NOT a distribution list) by importing them from a CSV file using Powershell. The CSV has the EmailAddress header, and the individual ad...
Jun 24, 2022
Hello Mike,
I think that you will have to first, add them as guests to your tenant, they will get a guest account that you can use to add later to the group
So that would be a two-step process,
This is to invite in bulk B2B users
https://docs.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite
https://docs.microsoft.com/en-us/azure/active-directory/external-identities/b2b-quickstart-invite-powershell
I think that you will have to first, add them as guests to your tenant, they will get a guest account that you can use to add later to the group
So that would be a two-step process,
This is to invite in bulk B2B users
https://docs.microsoft.com/en-us/azure/active-directory/external-identities/tutorial-bulk-invite
https://docs.microsoft.com/en-us/azure/active-directory/external-identities/b2b-quickstart-invite-powershell