Skip to content

Commit c2a9339

Browse files
committed
Minor changes.
1 parent ab67f55 commit c2a9339

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/active-directory/external-identities/code-samples.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: B2B
88
ms.topic: sample
9-
ms.date: 03/14/2022
9+
ms.date: 04/06/2023
1010

1111
ms.author: mimart
1212
author: msmimart
1313
manager: celestedg
1414
ms.custom: it-pro, seo-update-azuread-jan, has-adal-ref
15-
ms.collection: M365-identity-device-management
15+
ms.collection: engagement-fy23, M365-identity-device-management
16+
17+
# 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.
1618
---
1719

1820
# 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
5759

5860
## Code sample
5961

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.
6163

6264

6365
# [HTTP](#tab/http)
@@ -217,4 +219,4 @@ const inviteRedeemUrl = await sendInvite();
217219

218220
## Next steps
219221

220-
- [What is Azure AD B2B collaboration?](what-is-b2b.md)
222+
- [Samples for guest user self-service sign-up](code-samples-self-service-sign-up.md)

0 commit comments

Comments
 (0)