Testing user account alfresco CMIS if exist

假如想象 提交于 2019-12-02 09:25:38

After many research i discover the Rest Api for Alfresco

GET /alfresco/service/api/people/{userName} 

for my case I used it and worked for me

you can find more in this link https://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference (how to add a person, how to check if someone is a member of a private site ... ).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!