Forum Discussion
jnr-O365
Apr 25, 2019Copper Contributor
PnP People Picker can't find Guest Users
Hello - I'm using peoplepicker @pnp/spfx-controls-react/lib/PeoplePicker. We have fairly large number of Guest Type users. And I thought peoplepicker would find these users as well. But that isn't th...
Fritz Schick
Jun 26, 2019Copper Contributor
This post is two months old, but I came across it while researching something tangentially related and could readily answer it because of that research.jnr-O365:
https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/set-spotenant?view=sharepoint-ps -ShowPeoplePickerSuggestionsForGuestUsers $true
or
https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnptenant?view=sharepoint-ps -ShowPeoplePickerSuggestionsForGuestUsers $true
The description of the "ShowPeoplePickerSuggestionsForGuestUsers" command switch for the Set-SPOTenant version describes its function as: To enable the option to search for existing guest users at Tenant Level, set this parameter to $true.