Skip to content

Commit b958a8c

Browse files
committed
two examples for Kristina
1 parent fae18c2 commit b958a8c

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,18 @@ 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 create Azure AD users in bulk.
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:
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-
First two rows must not be removed or modified, needed for processing
29-
There’s an example row that should be removed/replaced before upload
30-
Note: Older versions of the template may not have the sample row
31-
Provide info about Column header format
32-
Format is <Item> [PropertyName] <Required or not>. For example, “Name [displayName] Required”
33-
NOTE: Older versions of the template may have “Name (example: Chris Green) [displayName] *
34-
For groups, format is the same but you have the option to choose which item you use. Ex. “Member object ID or user principal name [memberObjectIdOrUpn] Required”
35-
Required columns are list first
36-
Any additional columns included in the uploaded CSV file will be ignored
37-
create-template-example
38-
I think we should recommend they download the latest version of the template periodically.
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.
29+
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.
32+
33+
The format of the column headings is &lt;*Item name*&gt; [PropertyName] &lt;*Required or blank*&gt;. For example, `Name [displayName] Required`. Some older versions of the template might have something like `Name (example: Chris Green) [displayName] *`.
34+
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`.
3936

4037
## To bulk import group members
4138

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ The first two rows of the upload template must not be removed or modified, or th
3434
> [!Note]
3535
> 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.
3636
37-
The format of the column headings is &lt;*Item name*&gt; [PropertyName] &lt;*Required or blank*&gt;. For example, `Name [displayName] Required`. Some older versions of the template might have something like `Name (example: Chris Green) [displayName] *`. 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`.
37+
The format of the column headings is &lt;*Item name*&gt; [PropertyName] &lt;*Required or blank*&gt;. For example, `Name [displayName] Required`. Some older versions of the template might have something like `Name (example: Chris Green) [displayName] *`.
38+
39+
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`.
3840

3941
## To create users in bulk
4042

0 commit comments

Comments
 (0)