From 36852f1374bf61a5e32f33a2cd8ed48aef46bc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Sebasti=C3=A1n=20Can=C3=B3s?= Date: Thu, 20 Nov 2025 14:49:16 +0100 Subject: [PATCH] Update groups-bulk-import-members.md --- docs/identity/users/groups-bulk-import-members.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/identity/users/groups-bulk-import-members.md b/docs/identity/users/groups-bulk-import-members.md index 6ee38f1048b..98d8b21eb76 100644 --- a/docs/identity/users/groups-bulk-import-members.md +++ b/docs/identity/users/groups-bulk-import-members.md @@ -21,12 +21,13 @@ You can add multiple members to a group by using a comma-separated values (CSV) Download and fill in the bulk upload CSV template to successfully add Microsoft Entra group members in bulk. Your CSV template might look like this example: :::image type="content" source="./media/groups-bulk-import-members/template-with-callouts.png" alt-text="Screenshot that shows the spreadsheet for upload and call-outs explaining the purpose and values for each row and column."::: +**Currently version number is not included in the template** ### CSV template structure The rows in a downloaded CSV template are: -- **Version number**: The first row that contains the version number must be included in the upload CSV. +- **Version number**: The first row that contains the version number must be included in the upload CSV. **Currently version number is not included in the template** - **Column headings**: The format of the column headings is <*Item name*> [PropertyName] <*Required or blank*>. An example is `Member object ID or user principal name [memberObjectIdOrUpn] Required`. Some older versions of the template might have slight variations. For group membership changes, you can choose the member object ID or the user principal name. - **Examples row**: The template includes a row of examples of acceptable values for each column. You must remove the examples row and replace it with your own entries.