cancel
Showing results for 
Search instead for 
Did you mean: 

can possible to create a group of user as managers or collaborator of a site

nareshvy
Champ in-the-making
Champ in-the-making

Hi,

can possible to create a group of user as managers or collaborator of a site,

how with example codes...

all Users have all the same permissions(collaborators or managers or atleast one managers remain collaborator) 

  • Managers have full rights to all site content - what they have created themselves and
 what other site members have created.
  • Collaborators have full rights to the site content that they own; they have rights to
 edit but not delete content created by other site members

I need One manager and remain collaborators for one site

3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator

Yes, it is possible to create a group of users. Yes, you can make a group the manager of a site. Yes, you can make a group the collaborator of a site.

As far as doing that with code, which API would you like to use? Have you spent any time looking at the documentation for that API? If so, maybe you can point out what is confusing or missing?

nareshvy
Champ in-the-making
Champ in-the-making

Thank you jeff, but my option is to , I have to do in backend code only.

jpotts
World-Class Innovator
World-Class Innovator

If you are doing it with the Java Foundation API, which means your code will be running in the same JVM process as the Alfresco repository, then you need to look up the JavaDoc for the PersonService and the AuthorityService.

If your code will run remotely from the Alfresco repository, then you can use the Alfresco Public REST API.

Read those links, try out some code, then start a new thread if you get stuck.