cancel
Showing results for 
Search instead for 
Did you mean: 

'group' display name?

darionis
Champ on-the-rise
Champ on-the-rise
Hello,

I query alfresco groups using SOAP web services and I am able to list subgroups of a group using AccessControlServiceSoapPort, like this:

List<String> authorities = accesControlService.getChildAuthorities("GROUP_matrix", filter);


However I would also like to get display names, but I don't see any method in generated WS stubs that would provide for that. Am I missing something?

Thanks!
1 REPLY 1

mrogers
Star Contributor
Star Contributor
The group names are not available over the SOAP API.     I suggest you use the REST API instead.