Forum Discussion
Add an AD group to a SharePoint List User/Group column
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.
can you help me how to power automate will read all users of AD group & add them one by one to SharePoint group ,ganeshsanap
- ganeshsanapJul 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