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
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.
21
21
22
-
## Understand the bulk upload spreadsheet
22
+
## Understand the bulk upload CSV template
23
23
24
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:
25
25
26
26

27
27
28
-
### CSV file structure
28
+
### CSV template structure
29
29
30
30
The rows in a downloaded CSV template are as follows:
31
31
32
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`.
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.
34
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.
35
35
36
-
### Additional issues
36
+
### Additional guidance
37
37
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
38
- 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.
42
41
43
42
> [!Note]
44
43
> We recommend that you download the latest version of the CSV template as often as possible.
Copy file name to clipboardExpand all lines: articles/active-directory/users-groups-roles/users-bulk-add.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,11 @@ The rows in a downloaded CSV template are as follows:
37
37
-**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.
38
38
-**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.
39
39
40
-
### Additional issues
40
+
### Additional guidance
41
41
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.
44
42
- 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.
46
45
47
46
> [!Note]
48
47
> We recommend that you download the latest version of the CSV template as often as possible.
0 commit comments