Permission for a SharePoint Document Using MOSS Web Services

We need to get the groups of users who have read permissions for the document. We know the URL of the document. The following permission service provides groups that have access, but it expects either a site url or a list url. We have a document url. Is there any other service that grants document permissions. Or, alternatively, there is a way to find out the list if we know the URL of the document.

Permission Service - http://<server-url>/_vti_bin/permissions.asmx

Thank!

+2


source to share


1 answer


It is not possible to obtain item-level permissions with out-of-the-box web services.



Einar Stangvik has developed a custom web service that does this and provides the source code. If you can deploy custom code to the server, you can use it.

+1


source







All Articles