Skip to content

Commit d85c600

Browse files
committed
revised per PM Bain
1 parent 561e476 commit d85c600

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,25 @@ ms.collection: M365-identity-device-management
1919

2020
Using Azure Active Directory (Azure AD) portal, you can add a large number of members to a group by using a comma-separated values (CSV) file to bulk import group members.
2121

22-
## Understand the bulk upload spreadsheet
22+
## Understand the bulk upload CSV template
2323

2424
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-
### CSV file structure
28+
### CSV template structure
2929

3030
The rows in a downloaded CSV template are as follows:
3131

3232
- **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`.
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 group membership changes, you have the option of which identifier to use. For example, member object ID or user principal name.
3434
- **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.
3535

36-
### Additional issues
36+
### Additional guidance
3737

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.
4038
- The required columns are listed first.
41-
- Don't add additional columns.
39+
- We don't recommend adding new columns to the template. Any additional columns you add are ignored and not processed.
40+
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
4241

4342
> [!Note]
4443
> We recommend that you download the latest version of the CSV template as often as possible.

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ The rows in a downloaded CSV template are as follows:
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.
3838
- **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.
3939

40-
### Additional issues
40+
### Additional guidance
4141

42-
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
43-
- Any additional columns you add are ignored and not processed.
4442
- The required columns are listed first.
45-
- Don't add additional columns.
43+
- We don't recommend adding new columns to the template. Any additional columns you add are ignored and not processed.
44+
- The first two rows of the upload template must not be removed or modified, or the upload can't be processed.
4645

4746
> [!Note]
4847
> We recommend that you download the latest version of the CSV template as often as possible.

0 commit comments

Comments
 (0)