Is it possible to search Alfresco Share site members with lucene or fts-alfresco? For example, I would like to find all the site members with lastname "Smith".
Additionally, is it possible to search users that have certain permissions to a site folder or document?
I am not sure you can do this with lucene or not, but if you want to find users ,below webscript is usefull.
If you see in below url
nf=NameOfUsers
parameter specifies name of user.If youare not specifyingnf
Parameter ,it will return all users.http://localhost:8080/share/proxy/alfresco/api/sites/demo/memberships?size=250&nf=te&authorityType=USER
For more details of above webscript, you can use below URL. http://localhost:8080/alfresco/service/script/org/alfresco/repository/site/membership/memberships.get