Hi Frederic, you could write a custom endpoint that gets this information. The key would be to use the `Cassandra.iterateAll` method to iterate over all rows in the Principals column family. These rows will return with a `email` column and a `tenant` object that can be used to further filter.
The iterate all method will effectively run through all rows in a column family, so use it sparingly for controlled administrative tasks, but never let it be triggered by regular user workflow. We use it for things like reprocessing previews and rebuilding your full search index. Hope that helps, Branden On Fri, Mar 14, 2014 at 12:34 PM, Frédéric Dooremont <frederic.doorem...@univ-littoral.fr> wrote: > hi all, > > how to have a list with user and email for all or by tenant ? > We would to have that possibility for to inform all user if we do an > maintenance. > > thanks for yours answers > > frederic > _______________________________________________ > oae-dev mailing list > oae-dev@collab.sakaiproject.org > http://collab.sakaiproject.org/mailman/listinfo/oae-dev _______________________________________________ oae-dev mailing list oae-dev@collab.sakaiproject.org http://collab.sakaiproject.org/mailman/listinfo/oae-dev