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
23
+
24
+
The spreadsheet is the template you must use to successfully create Azure AD users in bulk.
25
+
26
+

27
+
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] <Requiredornot>. 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
+
38
+
I think we should recommend they download the latest version of the template periodically.
39
+
22
40
## To bulk import group members
23
41
24
42
1. Sign in to [the Azure portal](https://portal.azure.com) with a User administrator account in the organization. Group owners can also bulk import members of groups they own.
0 commit comments