Call web service Get site owner email

  • 20 November 2019
  • 1 reply
  • 0 views

Badge +1

Users must be able to get approval inorder to get access to a site.

there is request form which will allow them to choose the site.

after submitting the request it will go through approval proccess. So my question is ho can i get site owner's email address and use it for lazy approval.


1 reply

Userlevel 6
Badge +22
Hi,
You may be able to use SharePoints permissions.asmx web service.
http://Server_Name/[sites/][Site_Name/]_vti_bin/Permissions.asmx.

https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/bb249915%28v%3doffice.14%29

Reply