Forum Discussion
Rajashekhar Sheelvant
Jul 13, 2018Brass Contributor
How to Programatically update the RequestAccess of the sharepoint site to Owner Group
Hi All, Recently there was an enhancement in the "Request Access Setting" in SharePoint. Now it is possible to assign to the Owner group so that the members of the group receive the access request ...
paulpascha
Jul 13, 2018Bronze Contributor
As far as I know there's no API available yet to specify the Site Owners Group to receive access request. Currently you can only configure the e-mail address to receive access requests.
As with any missing API you could (carefully) consider implementing a solution based on the HTTP POST pattern as described in this blog:
https://blogs.msdn.microsoft.com/vesku/2013/11/04/ftc-to-cam-advance-http-remote-operations-for-sp2013/
Rajashekhar Sheelvant
Jul 18, 2018Brass Contributor
Thank you paulpascha for your reply. It is certainly possible to assign through the UI. I am looking to perform this using the code.
- Jul 19, 2018As Paul noted it is not possible to accomplish via code as the appropriate method is not exposed.