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
@@ -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