You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Customer intent: As a tenant administrator, I want to bulk-invite external users to an organization from email addresses that I've stored in a .csv file.
16
18
---
17
19
18
20
# Azure Active Directory B2B collaboration code and PowerShell samples
19
21
20
22
## PowerShell example
21
23
22
-
You can bulk-invite external users to an organization from email addresses that you've stored in a .CSV file.
24
+
You can bulk-invite external users to an organization from email addresses that you've stored in a .csv file.
23
25
24
-
1. Prepare the .CSV file
25
-
Create a new CSV file and name it invitations.csv. In this example, the file is saved in C:\data, and contains the following information:
26
+
1. Prepare the .csv file
27
+
Create a new .csv file and name it invitations.csv. In this example, the file is saved in C:\data, and contains the following information:
@@ -57,7 +59,7 @@ This cmdlet sends an invitation to the email addresses in invitations.csv. More
57
59
58
60
## Code sample
59
61
60
-
The code sample illustrates how to call the invitation API and get the redemption URL. Use the redemption URL to send a custom invitation email. The email can be composed with an HTTP client, so you can customize how it looks and send it through the Microsoft Graph API.
62
+
The code sample illustrates how to call the invitation API and get the redemption URL. Use the redemption URL to send a custom invitation email. You can compose the email with an HTTP client, so you can customize how it looks and send it through the Microsoft Graph API.
0 commit comments