Search code examples
.netpermissionsdirectoryalfresco

How assigned access to user on a folder (alfresco .net)


I'm searching a way for add a list of user who can access to a folder on Alfresco, using C#, I can't do it with dotcmis; et not found a URL which do this with Rest API.


Solution

  • From C# you should use the Alfresco REST-API. To set permissions just set the Permission Group for the user or group on the node. Best way to dig into the REST-API is to use the API-Explorer. See the permissions example in the node update example in the swagger documentation.