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
Copy file name to clipboardExpand all lines: articles/active-directory/b2b/tutorial-bulk-invite.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ services: active-directory
7
7
ms.service: active-directory
8
8
ms.subservice: B2B
9
9
ms.topic: tutorial
10
-
ms.date: 04/13/2020
10
+
ms.date: 05/07/2020
11
11
12
12
ms.author: mimart
13
13
author: msmimart
@@ -30,6 +30,27 @@ If you use Azure Active Directory (Azure AD) B2B collaboration to work with exte
30
30
31
31
If you don’t have Azure Active Directory, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
32
32
33
+
## Understand the CSV template
34
+
35
+
Download and fill in the bulk upload CSV template to help you successfully invite Azure AD guest users in bulk. The CSV template you download might look like this example:
36
+
37
+

38
+
39
+
### CSV template structure
40
+
41
+
The rows in a downloaded CSV template are as follows:
42
+
43
+
-**Version number**: The first row containing the version number must be included in the upload CSV.
44
+
-**Column headings**: The format of the column headings is <*Item name*>[PropertyName]<*Required or blank*>. For example, `Email address to invite [inviteeEmail] Required`. Some older versions of the template might have slight variations.
45
+
-**Examples row**: We have included in the template a row of examples of acceptable values for each column. You must remove the examples row and replace it with your own entries.
46
+
47
+
### Additional guidance
48
+
49
+
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
50
+
- The required columns are listed first.
51
+
- We don't recommend adding new columns to the template. Any additional columns you add are ignored and not processed.
52
+
- We recommend that you download the latest version of the CSV template as often as possible.
53
+
33
54
## Prerequisites
34
55
35
56
You need two or more test email accounts that you can send the invitations to. The accounts must be from outside your organization. You can use any type of account, including social accounts such as gmail.com or outlook.com addresses.
@@ -39,11 +60,11 @@ You need two or more test email accounts that you can send the invitations to. T
39
60
1. Sign in to the Azure portal with an account that is a User administrator in the organization.
40
61
2. In the navigation pane, select **Azure Active Directory**.
41
62
3. Under **Manage**, select **Users** > **Bulk invite**.
42
-
4. On the **Bulk invite users** page, select **Download** to get a valid .csv file with invitation properties.
63
+
4. On the **Bulk invite users** page, select **Download** to get a valid .csv template with invitation properties.
0 commit comments