cancel
Showing results for 
Search instead for 
Did you mean: 

create a user and group by cmis

priyankasoni
Champ in-the-making
Champ in-the-making
Hi i want to create a user or group  by java code

so what are possible ways  for this?

Can it possible by cmis Api , if yes plz give me guide line
, if no plz give me other direction , Waiting for replyyy…
3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator
CMIS cannot be used to create users or groups.

Here is the documentation on the RESTful API for groups:
http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/references/RESTful-Groups.html

Here is the documentation on the RESTful API for users:
http://docs.alfresco.com/4.2/topic/com.alfresco.enterprise.doc/references/RESTful-Person.html

Jeff

imran
Champ on-the-rise
Champ on-the-rise
Can we call restful service through CMIS (cmis session)? Or should I use half cmis half restful stuff because of the limitations?

jpotts
World-Class Innovator
World-Class Innovator
Yes, exactly, split your calls between CMIS and non-CMIS APIs. Unfortunately, I do not know a way to share your CMIS session to make non-CMIS calls.

Jeff