You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please specify what version of the library you are using: ["@pnp/spfx-controls-react": "^3.20.0"]
Expected / Desired Behavior / Question
Some of the users do not receive suggestions for PeoplePicker.
While analyzing it, I noticed, that for them /_api/SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface.clientPeoplePickerSearchUser doesn't return any suggestions.
value:"[]"
But for others it returns valid suggestions. I tried to modify their permissions in entra portal, however, it didn't help.
Question is, is there any limitation/security requirements on who can see the suggestions?
Observed Behavior
Some users can only user PeoplePicker by providing full email address.
Steps to Reproduce
Add PeoplePicker to SPFx webpart as intended.
Type first 3-5 letters of user/group
Thank you!
The text was updated successfully, but these errors were encountered:
duckdrone
changed the title
PeoplePicker - some users don't receive suggestions
[PeoplePicker] - some users don't receive suggestions
Jan 13, 2025
Thanks for raising this. I know that you're not the first to raise such an issue with this endpoint (which is called internally by the PeoplePicker).
But as this is out of our hands, the only thing we could provide is additional available parameters. In that case, did you try when enabling the useSubstrateSearch prop? We've added this optional parameter in order to allow deeper search in the tenant.
Category
[x] Bug
[x] Question
Version
Please specify what version of the library you are using: ["@pnp/spfx-controls-react": "^3.20.0"]
Expected / Desired Behavior / Question
Some of the users do not receive suggestions for PeoplePicker.
While analyzing it, I noticed, that for them /_api/SP.UI.ApplicationPages.ClientPeoplePickerWebServiceInterface.clientPeoplePickerSearchUser doesn't return any suggestions.
value:"[]"
But for others it returns valid suggestions. I tried to modify their permissions in entra portal, however, it didn't help.
Question is, is there any limitation/security requirements on who can see the suggestions?
Observed Behavior
Some users can only user PeoplePicker by providing full email address.
Steps to Reproduce
Add PeoplePicker to SPFx webpart as intended.
Type first 3-5 letters of user/group
Thank you!
The text was updated successfully, but these errors were encountered: