Hi,
I am working on a use case where i have one client application which integrated with alfresco using CMIS. I am using external authentication by modifying header in request for authentication in alfresco. Till now i am able to create session with non-admin user using cmis api.
Now there is one folder in repository by the name testing and i want the non-admin user say "abc" should have the permission on that folder with the role contributor and this i want to achieve by rest api or some other api. I don't want the admin to do this rather non-admin user should do this
Please help me with this. I am not able to find any solution for my use case.
Thanks
Nancy