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

Time:04-18

Unable to add in bulk the guest users to AAD groups, whereas can I add them manually one at a time. In the same bulk update I can add the internal AAD user but for guest user it throws out an error as below. It throw out the error that user does not exist.

enter image description here

CodePudding user response:

  1. Go to enter image description here

    • Download GroupImportMembersTemplate and add object IDs of guest users in that excel and upload the file.

    enter image description here

    • You can also add UPNs of guest users in place of object IDs.
    • Users added successfully, see the snapshot below:

    enter image description here

    If you add any other instead of Object ID or UPN of guest users in that excel, bulk operation will fail with error like below:

    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.

    To know more in detail, please refer the below links:

    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

  • Related