Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

What is the API, given a user ID, to tell me permissions for a user of a list item ID?

$
0
0

I have an application that needs to be able to use my SharePoint API to check if a userAD\USERNAME has access to see a list item. I have the server relative URL of the list item, and the object identity.

I do NOT want to use the list item role assignments because this only has AD groups without their nested permissions. So I'd have to then access active directory which is a big pain.

I want similar to what this does:

The check permissions feature is what I wantThis is the feature I want

Does such an API exist?

Viewing all articles
Browse latest Browse all 7589

Trending Articles