无法将来宾用户批量添加到 AAD 组,而我可以一次手动添加一个

Unable to add in bulk the guest users to AAD groups, whereas I can add them manually one at a time

无法将来宾用户批量添加到 AAD 组,而我可以一次手动添加一个。在同一批量更新中,我可以添加内部 AAD 用户,但对于来宾用户,它会抛出如下错误。它抛出用户不存在的错误。

如何在 AAD 中单独添加来宾用户:

  1. 转到https://account.activedirectory.windowsazure.com/r#/groups
  2. 页面应显示在两列中:“我拥有的群组”(left-hand 列)和“我所在的群组”(right-hand 列)
  3. Select 你拥有的要向其添加用户的 Azure Active Directory 组的名称
  4. 点击table末尾的“+”(table headers包括:“成员”(姓名)、“角色”、“ID”(邮箱), "+")

您可以通过电子邮件 ID 或姓名单独添加来宾用户

我尝试将来宾用户批量添加到 AAD 组,请检查您是否按照以下步骤操作:

  • 确保您的租户中有来宾用户。

  • 要批量邀请来宾用户,请使用UserInviteTemplate并在其中添加来宾用户的电子邮件地址并上传。

  • 要检查批量操作是否成功,转到 Azure 门户 -> Azure Active Directory -> 用户 -> 批量操作结果 ->查看状态

  • 根据“来宾”用户类型过滤用户并检查来宾用户。

  • 要将这些来宾用户添加到 AAD 组,请在 Azure AD -> 组[= 中创建一个组19=]

  • 要将来宾用户添加为该组的成员,请执行以下操作: 转到 Azure 门户 -> Azure Active Directory -> 组 -> 成员 -> 批量操作 -> 导入成员

  • 下载GroupImportMembersTemplate并在excel中添加来宾用户的对象ID并上传文件。

  • 您还可以添加来宾用户的 UPN 来代替 对象 ID
  • 用户添加成功,见下图:

如果您在 excel 中添加任何其他访客用户而不是 对象 IDUPN,批量操作将失败并出现如下错误:

No user with this user name/object ID exists in this group. Change the user name/object ID in the file to match the user name/object ID of an existing user in this group and resubmit your request.

想了解更多详情,请参考以下链接:

Where do I go to troubleshoot problems? · Issue #52825 · MicrosoftDocs/azure-docs · GitHub

Unable to bulk import B2B guest users · Issue #56933 · MicrosoftDocs/azure-docs · GitHub

Bulk upload to add or create members of a group - Azure Active Directory | Microsoft Docs