Forum Discussion
Lee-Martin
Jul 29, 2022Brass Contributor
Add an AD group to a SharePoint List User/Group column
Hi
I've got a SharePoint List with a Person or Group column.
I'd like to select a specific AD list as a SharePoint group in order to limit the people who can be added.
What is the best way of doing this?
Thanks
- Bharath ArjaIron Contributor
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.
- Lee-MartinBrass Contributor
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
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.
Bharath Arja good point, I had forgotten about that. I did someone thing similar where I had a script extract members from an AD group and add users individually to a SharePoint Group. I haven't tried, but I think you could do the same thing with the Office Graph API and Power Automate.
- Lee-MartinBrass ContributorThanks all, it's looking like it was an issue with me having access to Site Permissions (I'd been assured several time I had full access).
Go into List Settings, then choose your People column and set the 'choose from' option to a Group. You can create a new SharePoint Group and populate the members.