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
I have managed to successfully setup the widget in my SharePoint hosted app, but i have noticed that the people picker is only retrieving users from local user information list and not from the entire directory. Is there a way to configure the widget in order to retrieve all the users?
Thank you,
Andrei.
The text was updated successfully, but these errors were encountered:
Thank you for the response Paul.
As for my understanding , the client side people picker from MS: https://msdn.microsoft.com/en-us/library/office/jj713593.aspx is actually fetching all the users from SharePoint Online and as i know is also using principals. Why the people picker from the widget doesn't have the same behavior?
Thanks again Paul. I appreciate your work!
I'll take a look at it. This widget here is still using the SOAP APIs which have been frozen and are not longer updated (deprecated).
It's possible that the REST or CSOM may support the additional attributes I see in the link you posted, mainly: SearchPrincipalSource ResolvePrincipalSource
I don't see these in SOAP.
(also, FYI: this entire library is currently undergoing a huge rewrite to make it more modern and adaptable to O365/SP2013/16. I'll look to see if the REST API supports the new params then)
Paul
-- sent from mobile
Hello,
I have managed to successfully setup the widget in my SharePoint hosted app, but i have noticed that the people picker is only retrieving users from local user information list and not from the entire directory. Is there a way to configure the widget in order to retrieve all the users?
Thank you,
Andrei.
The text was updated successfully, but these errors were encountered: