cancel
Showing results for 
Search instead for 
Did you mean: 

create custom role using Alfresco Java Api

mart01
Champ in-the-making
Champ in-the-making
Hi,

I need to create a custom role(permissionGroup) in alfresco using the web service api. How to create custom role in alfresco using Alfresco Java Api?

thanks
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
There is no Alfresco APIs that allows you to create a custom role. You need to add your custom permissions group in the permissionDefinitions.xml, you can find more details here:
http://wiki.alfresco.com/wiki/PermissionModelDefintionExample
Hope this helps.