cancel
Showing results for 
Search instead for 
Did you mean: 

Get Members of a Site

sebastian1
Champ on-the-rise
Champ on-the-rise
Hi,

I am wondering if it is possible to get the members of a special Site eg like it is with the admin (isAdmin..)

Background: I want to redirect the Users to a Special SIte after login if they are members of it.
But if not, they should be redirected to the dashboard as it is by default..

Does anybody have a idea how to realise this? In which file do I have to look?

Best Regards

Sebastian
1 REPLY 1

stevegreenbaum
Champ in-the-making
Champ in-the-making
Alfresco provides an OOTB web script for retrieving site members.  You may be able to use it directly or review the code for ideas.

classpath:alfresco/templates/webscripts/org/alfresco/repository/site/membership/membership.get.desc.xml
http://localhost:8080/alfresco/service/api/sites/%7Bshortname%7D/memberships/{authorityname}