Testing if user has edit permissions for site

  • 29 March 2017
  • 3 replies
  • 2 views

Badge +1

Hello all,

I have a list workflow with SharePoint Online (Office 365) that can only run if the user has edit permissions for the site (or the list, I suppose; shouldn't make a difference). 

I've read tutorials like this that describe how you can test for a group, so I figured I could use it to test to see if they're site owners or not. But because this is Nintex Workflow for Office 365, the interface has changed slightly for SOAP requests and I can't seem to get it to work correctly.

Is there a straightforward way with REST or with workflows to test that if the initiator has edit permissions?

Thank you!


3 replies

Userlevel 4
Badge +12

Hey John,

in general when you only have read permissions you won't be able to run any workflows at all. I'm not sure whats the intention of your question. To give a better answer to your question I'd like to understand what you want to do once you checked if a user has edit permissions.

Kind regards,

Enrico

Badge +1

I'm sorry, my original post was a little confusing.

Basically, I have a list with content approval enabled. Ordinary users with basic edit permissions can add items to the list, but moderators need to go in and approve them so the content can surface in other areas of the site collection. 

What would be nice is if moderators themselves (or those with elevated permissions, say like site owners) would be "auto-approved," saving them the inconvenience of having to go into the mod view of the list, and approving their own content.

From what I understand, there's no built-in way in SharePoint to do this. I thought I could accomplish this via a workflow, but getting the initiator's permissions and testing them is proving to be quite difficult, even with REST calls.

Userlevel 5
Badge +14

I think you do not need to check current permissions for that at all.

check rather WHO created the item.

set up a group of privileged users and check for their membership in group.

the most probably you already have such a group to grant permission on the list. so you could use the same if it's SP group.

Reply