Forum Discussion
Add an AD group to a SharePoint List User/Group column
You can add your AD group in a SharePoint group which will work perfectly to grant access to your AD group users. But if you limit a People picker column to this SharePoint group, it cannot read individual users in AD group. Whole AD group can be selected if selecting groups is enabled in your people picker column.
I've put my AD list in the group - however, it's not showing anyone who's in that
I've selected the "people and groups" radio button, along with my SharePoint Group
- ganeshsanapAug 11, 2022MVP
Lee-Martin Did you add Azure AD group directly inside SharePoint group? and the SharePoint group is added to person or group column settings?
If yes, you cannot directly search the users in nested (Azure AD) group like this. You might be able to search the whole AD group using group name but you cannot select the users inside it.
You need to add all users directly inside SharePoint group to select it in person or group column.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- Lee-MartinAug 11, 2022Copper ContributorAh ok, so I literally have to add every user by email?
- ganeshsanapAug 11, 2022MVP
Lee-Martin Yes, correct.
Either you have to manually add all AD group users to SharePoint group OR you have to build custom solution (maybe using PowerShell or Power automate) which will read all users of AD group & add them one by one to SharePoint group.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.