Skip to content

Commit 561e476

Browse files
committed
new draft for Bain review
1 parent c3ebec3 commit 561e476

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

articles/active-directory/users-groups-roles/groups-bulk-import-members.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,27 @@ Using Azure Active Directory (Azure AD) portal, you can add a large number of me
2121

2222
## Understand the bulk upload spreadsheet
2323

24-
Use the bulk upload spreadsheet as the template to fill in to successfully add Azure AD group members in bulk. Your spreadsheet might look like this example:
24+
Download and fill in the bulk upload CSV template to successfully add Azure AD group members in bulk. Your CSV template might look like this example:
2525

2626
![Spreadsheet for upload and call-outs explaining the purpose and values for each row and column](./media/groups-bulk-import-members/template-with-callouts.png)
2727

28-
The first two rows of the upload template must not be removed or modified, or the upload can't be processed. We have included one row of examples of acceptable values. You must remove the examples row and replace it with your entries. Any additional columns you add are ignored and not processed. The required columns are listed first.
28+
### CSV file structure
2929

30-
> [!Note]
31-
> Older versions of the template might not have the examples row. We recommend that you download the latest version of the template as often as possible.
30+
The rows in a downloaded CSV template are as follows:
31+
32+
- **Version number**: The first row containing the version number must be included in the upload CSV.
33+
- **Column headings**: The format of the column headings is <*Item name*> [PropertyName] <*Required or blank*>. For example, `Name [displayName] Required`. Some older versions of the template might have slight variations. For groups, you have the option of which identifier to use. An example of one such column heading is `Member object ID or user principal name [memberObjectIdOrUpn] Required`.
34+
- **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.
3235

33-
The format of the column headings is <*Item name*> [PropertyName] <*Required or blank*>. For example, `Name [displayName] Required`. Some older versions of the template might have something like `Name (example: Chris Green) [displayName] *`.
36+
### Additional issues
3437

35-
For groups, format is the same but you have the option to decide which identifier you use. An example of one such column heading is `Member object ID or user principal name [memberObjectIdOrUpn] Required`.
38+
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
39+
- Any additional columns you add are ignored and not processed.
40+
- The required columns are listed first.
41+
- Don't add additional columns.
42+
43+
> [!Note]
44+
> We recommend that you download the latest version of the CSV template as often as possible.
3645
3746
## To bulk import group members
3847

articles/active-directory/users-groups-roles/users-bulk-add.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ In order to bulk create users in the administration portal, you must be signed i
2525

2626
## Understand the bulk upload template
2727

28-
Use the bulk upload spreadsheet as the template to help you successfully create Azure AD users in bulk. Your spreadsheet might look like this example:
28+
Download and fill in the bulk upload CSV template to help you successfully create Azure AD users in bulk. The CSV template you download might look like this example:
2929

3030
![Spreadsheet for upload and call-outs explaining the purpose and values for each row and column](./media/users-bulk-add/create-template-example.png)
3131

3232
### CSV file structure
3333

34-
The rows in the CSV template are as follows:
34+
The rows in a downloaded CSV template are as follows:
3535

3636
- **Version number**: The first row containing the version number must be included in the upload CSV.
3737
- **Column headings**: The format of the column headings is <*Item name*> [PropertyName] <*Required or blank*>. For example, `Name [displayName] Required`. Some older versions of the template might have slight variations.

0 commit comments

Comments
 (0)