Skip to main content
Nintex Community Menu Bar
Solved

Minimum permissions required for the credentials used in a call web service action

  • December 8, 2017
  • 2 replies
  • 43 views

I am working in a SharePoint 2016 environment with Nintex 2016. I have credentials for an account with full control that are being used in a web service call but get 401 UNAUTHORIZED as the response. What is the minimum permission level required for the credentials to be able to run a web service call? Are there different permission levels required for different web service calls? 

Best answer by cdsommerfield

I think it really depends what you're trying to do. For the most part, I would say the user would need to be at least a Site Collection Admin; but, if you're trying to use a web service to say, update user profile service, then that user would need to be added to the web application as an administrator.

2 replies

Forum|alt.badge.img+9

I think it really depends what you're trying to do. For the most part, I would say the user would need to be at least a Site Collection Admin; but, if you're trying to use a web service to say, update user profile service, then that user would need to be added to the web application as an administrator.


jesse_mchargue
Forum|alt.badge.img+12

Iris Scholten‌ - 

As Chadd Sommerfield‌ stated, it does really depend on what you are trying to do, but also where the service lives. If you have a service deployed at your root, can all your users get to it? Have you tried to call the service through Fiddler - Free Web Debugging Proxy - Telerik  or Postman | API Development Environment  ? This would let you prove out that it is specific (or not specific) to SharePoint.

Hope this helps!