Skip to content

Commit 24e53ab

Browse files
committed
border
1 parent ba952f9 commit 24e53ab

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

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

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,35 @@ ms.collection: M365-identity-device-management
1717

1818
# Bulk create users in Azure Active Directory
1919

20-
Azure Active Directory (Azure AD) supports bulk user create and delete operations, bulk invite for guests, and supports downloading lists of users, groups, and group members.
20+
Azure Active Directory (Azure AD) supports bulk user create and delete operations and supports downloading lists of users. Just fill out comma-separated values (CSV) template you can download from the Azure AD portal.
2121

2222
## Required permissions
2323

2424
In order to bulk create users in the administration portal, you must be signed in as a Global administrator or User administrator.
2525

26-
## Understand the bulk upload spreadsheet
26+
## Understand the bulk upload template
2727

2828
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:
2929

3030
![Spreadsheet for upload and call-outs explaining the purpose and values for each row and column](./media/users-bulk-add/create-template-example.png)
3131

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.
32+
### CSV file structure
3333

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.
34+
The rows in the CSV template are as follows:
35+
36+
- **Version number**: The first row containing the version number must be included in the upload CSV.
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+
- **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.
3639

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] *`.
40+
### Additional issues
3841

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`.
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+
- The required columns are listed first.
45+
- Don't add additional columns.
46+
47+
> [!Note]
48+
> We recommend that you download the latest version of the CSV template as often as possible.
4049
4150
## To create users in bulk
4251

0 commit comments

Comments
 (0)