Forum Discussion
What is the minimum permissions required to use UserProfileService web service?
Art_KelenzonI'm not 100% sure but SharePoint has a permission called "Use Remote Interfaces". This permission also requires a user to have the "Open Site" permission. The minimum permissions required would involve to create a permission level with these 2 permissions on the site through which you're calling the web services.
The default "Read" permission level also consists of these 2 permission so you might use that one as well but then you'd have more permissions than the minimum required.
Hi paulpascha, thanks for your reply. Can this be done on the tenant level so any existing as well as any new SharePoint sites are accessible. And where exactly in SharePoint/Office365 can we set such permissions?
- paulpaschaJul 16, 2019Bronze Contributor
Hi Art_Kelenzon, SharePoint permissions exist on the site collection level. Calling SharePoint's web services is (AFAIK) always done in the context of a certain site collection so that would be the site where you need to grant these permissions.
I don't know of any way to control these permissions more centrally at the tenant or farm level.
Depending on what solution you are using for "Site Provisioning" you could maybe incorporate some logic to add the user with required permissions for any existing site as well as new ones.