Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/identity/users/groups-bulk-import-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.":::
Copy link

Copilot AI Nov 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line lacks proper markdown formatting. It appears directly after the image without a blank line, which may cause it to be rendered as part of the image caption instead of a separate paragraph. Add a blank line before this text to ensure proper rendering.

Suggested change
:::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.":::
:::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.":::

Copilot uses AI. Check for mistakes.
**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**
Copy link

Copilot AI Nov 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This description contains contradictory information. It states that "the version number must be included in the upload CSV" but then immediately adds "Currently version number is not included in the template." This is confusing for users.

Consider revising to either:

  • If version number is temporarily missing: "Version number: The first row that contains the version number must be included in the upload CSV. Note: The current template does not include the version number row. Until this is resolved, start your data entries on the first row after the column headings."
  • If version number is permanently removed: Remove the mention of version number requirement entirely and update the description to reflect the new structure.
Suggested change
- **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**
- **Version number**: ~~The first row that contains the version number must be included in the upload CSV.~~ **Note: The current template does not include the version number row. Until this is resolved, start your data entries on the first row after the column headings.**

Copilot uses AI. Check for mistakes.
- **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.

Expand Down