Couldn't add external users as a member in SharePoint [FIX]

Reading time icon 5 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

best browser for sharepoint

SharePoint users reportedly facing difficulty while granting an external user permission to an external content type in Office 365 SharePoint admin center. Basically, the users are unable to add external users as a member on SharePoint.

The issue can also occur with the older version of office and SharePoint including SharePoint 2010. If you are also unable to add an external user to the SharePoint, here are a couple of fixes you can try to fix the issue.

Fix Couldn’t add as a member in SharePoint

  1. Grant External Content Type Access to Everyone / All User
  2. Turn on External Sharing
  3. Use PowerShell Cmdlet
  4. Logout of Microsoft Accounts

1. Grant External Content Type Access to Everyone / All User

To resolve this issue, you need grant access to the Everyone or All User groups to the External Content Type. Once done, use list permission to manage permissions to the external resource. Here is how to do it.

  1. Launch and browse the SharePoint Admin center.
  2. Click on Secure Store.
  3. Select the Target Application ID ( used for the external list) and click on Edit (on the ribbon).
  4. In the Members box, add the Everyone group and click OK (bottom of the page).
  5. Go back to SharePoint Admin center and click bcs.
  6. Click on “Manage BDC Models and External Content Types” option under bcs menu.
  7. Select BDC Model (used for the external content) and select Set Metadata Store Permissions.
    Sharepoint couldn't add member - Permission box add user
  8. Now you need to add Everyone to the permissions box in the set Metadata store permission dialog box.
  9. Click Add to add the user.
  10. From the list of available accounts or the metadata store, select the Everyone group. Make sure that the Execute box is checked.
  11. In the dialog box, at the bottom, select Propagate permissions to all BDC model, External System and External Content types in the MDC Metadata Store. Check all the boxes listed above and click OK.

Once done, you need to manage access to the external list by using SharePoint permissions. The external content exists on the SharePoint site.


2. Turn on External Sharing

If you haven’t already noticed it, it is possible that you may have turned off External sharing on Office 365, SharePoint and Site. Try turning on External Sharing to see if that resolve the issue.

To turn on External Sharing on SharePoint Online, do the following.

  1. Open Microsoft Online Administration Center.
  2. Click the Manage link below SharePoint Online.
  3. Click on Manage Site Collections (the left pane) from the Administration center window.
    External Sharing - SharePoint Online
  4. From the Administration center dashboard, click on Settings and select “Manage External Users” option from the Menu.
  5. Select the Allow button and click on Save to apply the changes.

That’s it! Try to add external users to SharePoint and check if the issue is resolved.


3. Use PowerShell Cmdlet

PowerShell cmdlet

Good folks at Microsoft community has provided a PowerShell based cmdlet that can fix the issue when you run it through SPO PowerShell Module. Here is how to do it.

  1. First, download and install the SPO PowerShell Module from here.
  2. Run the Power ShellModule as Administrator.
  3. Use the following command to connect:
    $adminUPN=”[email protected]
    $orgName=”Contoso”
    $userCredential = Get-Credential -UserName $adminUPN -Message “Type the password.”
    Connect-SPOService -Url https://yourcompany-admin.sharepoint.com -Credential $userCredential
  4. Replace the specifics like username, user credential and URL with your site URL and credential and connect.
  5. Once connected, type the following command and hit enter.
    set-sposite -identity $Siteurl -sharingcapability ExternalUserAndGuestSharing

If successful, launch SharePoint and try to add the external user and see if the issue is resolved.


4. Logout of Microsoft Accounts

Microsoft Outlook account

If the user sees “We are sorry [email protected] can’t be found in Microsoft.SharePoint directory”, error it could be a because of an authentication token creating conflict with the server. One way to fix this is to log out of all the Microsoft Accounts from the problematic device.

After signing out of all the Microsoft Accounts, follow the next method before you try to sign in again.


5. Clear Browser Cache

While your web browser stores cache to speed up the page loading, a bad cache can at times create conflict with the site resulting in server and login error in SharePoint site. Try clearing the browser cache and then try again.

Clear Cache for Chrome

  1. Launch Chrome. Click on the Menu icon (three dots) and select Settings.
  2. Click the Search bar and type Cache. Click on Clear browsing data.
    Clear Chrome Cache data
  3. Under the basic tab, check the “Cached images and files” and “Cookies and other site data” option.
  4. Click on Clear data button.

Clear Cache for Microsoft Edge (Chromium)

  1. Open Microsoft Edge.
  2. Click Settings and more (three dots) and select Settings.
  3. Under Settings, click on Privacy and services tab.
    Microsoft Edge Chromium - Privacy and services
  4. Clean on Clear browsing data.
    Clean Browser data cache on Microsoft Edge Chromium
  5. Here select the “Cookies and other site data” and “Cached images and files” options.
  6. Click on Clear button.

After the browser cache is cleared, restart your system and login to your Microsoft Account. Try to add the user to SharePoint and check for any improvements.

We recommend using a browser that doesn’t use a lot of processing capacity and has built-in tools that aim to provide a safe environment to share and store your data.

Get Opera One

RELATED STORIES YOU MAY LIKE:

More about the topics: collaboration software, Sharepoint issues