Skip to main content
Nintex Community Menu Bar

Call web service Get site owner email

  • November 20, 2019
  • 1 reply
  • 7 views

Forum|alt.badge.img+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

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • November 20, 2019
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