Skip to content

Commit 5845e1f

Browse files
Merge pull request #233652 from csmulligan/csmulligan-b2b-code-samples
[B2B] Content freshness update for code-samples
2 parents 1a9efb1 + 819b17c commit 5845e1f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,25 @@ 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
1921

2022
## PowerShell example
2123

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

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:
2628

2729
Name | InvitedUserEmailAddress
2830
--------------------- | --------------------------
@@ -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)