people picker
5 TopicsSome trusted domain users are not appearing in People Picker
I have two domains, Domain1 and Domain2. There is 2-way trust between them. Users are connected to Domain1 while SharePoint is installed on Domain2. I have enabled that setting so people picker reads data from both domains but for some users, it doesn't pick their user from Domain1. Here is one case I encountered today. 1. A new site collection is created 2. User@Domain2 is added to Members group. User@Domain1 is not appearing in people picker so couldn't add it. 3. When same User@Domain1 tries to access the site then he gets that error "Sorry this site hasn't been shared with you". So, he fills out that form on that page and sends request for access. 4. When I go to "Access requests and invitations" page in site settings, I can see that User@Domain1 request is there. 5. I approve his request and now User@Domain1 is also added to Members group. Which means now both User@Domain1 and User@Domain2 are part of Members security group. 6. He is able to access site successfully BUT his User@Domain1 is still not available in people picker when I try to search it. Only User@Domain2 is appearing. How to diagnose and fix this issue?737Views0likes0CommentsImport list from excel/csv people picker field
I have an existing list that I want to export and import into a different site. The issue is, there are several people picker columns on this list and they are consistently being imported as text fields instead of a people picker column. The export is seemingly fine, but the import is not recognizing these columns as their original type - people. Any tips or suggestions?850Views0likes0CommentsGraph API user all attributes/properties are null
Hi! We are using the People Picker component in our app and it is making graph API calls that look correct, but in the response the user properties are all null except the ID. Example, searching for "ellen" causes the following request: https://graph.microsoft.com/v1.0/groups/fc598cd2-2af2-4d85-b5fe-c4287965c102/members/microsoft.graph.user?$count=true&$top=6&$filter=startswith(displayName,%27ellen%27)%20or%20startswith(givenName,%27ellen%27)%20or%20startswith(surname,%27ellen%27)%20or%20startswith(mail,%27ellen%27)%20or%20startswith(userPrincipalName,%27ellen%27) The response contains one user. The object ID is correct but displayName (and all other properties) are null. { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users", "@odata.count": 1, "value": [ { "businessPhones": [], "displayName": null, "givenName": null, "jobTitle": null, "mail": null, "mobilePhone": null, "officeLocation": null, "preferredLanguage": null, "surname": null, "userPrincipalName": null, "id": "b4cbe90a-2b84-4804-90d4-aeb341e63adf" } ] } Here are all the permissions I have granted. Thanks for your help! Calendars.ReadWrite Calendars.ReadWrite.Shared Channel.ReadBasic.All email Group.ReadWrite.All GroupMember.Read.All offline_access openid People.Read profile Team.ReadBasic.All TeamsActivity.Send User.ReadSolved7.5KViews0likes6Commentssearching an External user in People picker and starting an invitation
I want to write code to search for non-existing external user email for next step giving me this email as suggestion for sending them an invitation. for example, there is a functionality by Standard SharePoint (the picture below) when you want to share the SharePoint site with some non- existing external user (OOB UI)808Views0likes1CommentPeople Picker Control Issue in SharePoint Online List - filter by SharePoint Group
People Picker Control Issue in SharePoint Online List - filter by SharePoint Group Hello I have a List with a people picker. I want to filter this people picker based upon a SharePoint group which is a standard feature. The Group in question has a nested AD Security Group controlling access. The People picker doesn't seem to pull in the list of people from the nested group. Is this scenario supported?1.9KViews0likes1Comment