Toggle navigation
Log-in
Community
Chat
Support
Documentation
Collabs
IAM21 instance, do not create collab nor modify a team, your changes will be lost
{"version":"2.1","locale":""}
{"toolbarUserlist":"both","marginAvatar":"1","enableMerge":"1"}
Toggle the parent tree of Query Users.
Collabs
Toggle the hierarchy tree under Collabs.
bougaultx
Toggle the hierarchy tree under bougaultx.
XWiki Users
Toggle the hierarchy tree under XWiki Users.
Query Users
Toggle the hierarchy tree under Query Users.
Wiki source code of
Query Users
Version
2.1
by
bougault
on 2022/12/20 12:58
Show last authors
author
version
line-number
content
1
{{velocity}}
2
#set($query = $services.query.xwql("from doc.object(XWiki.XWikiUsers) as users where users.email <> ''"))
3
#set($users = $query.execute())
4
5
$users
6
{{/velocity}}