cancel
Showing results for 
Search instead for 
Did you mean: 

how to reterieve the users from group/specific group

muralie39
Champ on-the-rise
Champ on-the-rise
Hi,

  I my alfresco around 2500 users are there..

but i want to retrieve the users based on the group/ specific group…


   How can i do it… can you provide any suggestions..



Regards,
Murali
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
Either use the AuthorityService or the GroupService.

muralie39
Champ on-the-rise
Champ on-the-rise
Hi mrogers,

Thanks for reply.. can you provide any sample…

ghl
Champ in-the-making
Champ in-the-making
AuthorityService.getContainedAuthorities(AuthorityType, String, boolean)

The API documentation has all you need.