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/users-groups-roles/users-bulk-add.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,21 +25,16 @@ In order to bulk create users in the administration portal, you must be signed i
25
25
26
26
## Understand the bulk upload spreadsheet
27
27
28
-
Use the bulk upload spreadsheet as the template to help you successfully create Azure AD users in bulk.
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:
29
29
30
30

31
31
32
-
First two rows must not be removed or modified, needed for processing
33
-
There’s an example row that should be removed/replaced before upload
34
-
Note: Older versions of the template may not have the sample row
35
-
Provide info about Column header format
36
-
Format is <Item> [PropertyName] <Requiredornot>. For example, “Name [displayName] Required”
37
-
NOTE: Older versions of the template may have “Name (example: Chris Green) [displayName]*”
38
-
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”
39
-
Required columns are list first
40
-
Any additional columns included in the uploaded CSV file will be ignored
41
-
42
-
I think we should recommend they download the latest version of the template periodically.
32
+
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.
33
+
34
+
> [!Note]
35
+
> 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.
36
+
37
+
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]\*”. 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”.
0 commit comments