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 wa...
ShivamG950
Jul 07, 2023Copper Contributor
can you help me how to power automate will read all users of AD group & add them one by one to SharePoint group ,ganeshsanap
ganeshsanap
Jul 07, 2023MVP
ShivamG950 You can get Azure AD group members using "Get group members" action in Azure AD connector.
Then you can use Send an HTTP request to SharePoint action to add users to SharePoint group or you can add directly Azure AD security to SharePoint permissions like shown here: SharePoint Online: Grant Permissions to Azure AD Security group using Power Automate and REST API
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.
- ShivamG950Jul 07, 2023Copper Contributor
Thanks for this, but I want to add all users list of AD group in Sharepoint permissions group so we use that sharepoint group use in Person data type sharepoint list column.ganeshsanap