Table of contents
  1. 1. Usage Restrictions
  2. 2. Result
  3. 3. Samples
site.Users : list

All users of the site

Usage Restrictions

9.02 or later

Result

a of user objects objects

Samples

  Output

to get the site's users :

{{site.users }} 

 

output omitted due to size

fetching the first user :

{{site.users[0]}} 

{ admin : false, anonymous : false, api : "http://developer.mindtouch.com/@api/deki/users/7192", authtoken : nil, comments : "local://e76b6760518945fd9c56c34e40914d88/deki/$usercomments", emailhash : "6b1cf846cfd3641cbb009f79452d7fc5", feed : "http://developer.mindtouch.com/@api/deki/users/7192/feed", gravatar : "http://www.gravatar.com/avatar/6b1cf846cfd3641cbb009f79452d7fc5.png", homepage : "local://e76b6760518945fd9c56c34e40914d88/deki/$page", id : 7192, language : nil, name : "104453", properties : "local://e76b6760518945fd9c56c34e40914d88/deki/$userprops", timezone : "GMT", uri : "http://developer.mindtouch.com/User:104453" }

 

Tag page (Edit tags)
    Viewing 1 of 1 comments: view all
    for older versions use something like: wiki.getsearch('path:User* AND title:User\\:')
    Posted 10:57, 4 Jun 2009
    Viewing 1 of 1 comments: view all
    You must login to post a comment.