Re: Get users and groups by OpenCMIS

2015-05-26 Thread Gavin Cornwell
Hi Hussein, Unfortunately you can’t retrieve users and groups using the OpenCMIS APIs with Alfresco 4.2. You can with Alfresco 5.0 and above via CMIS queries. SELECT * FROM cm:authority will give you all users and groups. SELECT * FROM cm:person will give you all users. Regards, Gavin Cornwel

Get users and groups by OpenCMIS

2015-05-20 Thread Hussein Soboh
Hi, We are developing a web application using OpemCMIS (1.1) client APIs, we use Alfresco version 4.2 My question is can we retrieve the users and groups defined in Alfresco using OpenCMIS APIs? Thanks, Hussein