Displays a list of user pictures linked to their profile.
{users:beginning=a|group=myGroup|showPicture=false|showName=true} {users:recently-created|count=10}
Listing new users
The following will list the 10 most recently created users on this site: {users:recently-created|count=10} Which results in: Barbara HanlyclewisJohn MartinStephen HawkinsScott LeslieAbby FichtnerminaUlf SandfrostDarleen GelaSteven Salter
The following will list the 10 most recently created users on this site:
{users:recently-created|count=10}
Which results in:
Listing recent contributors
The following will list the 10 most recent contributors on this site: {users:recently-contributed|count=10} Which results in: Guy FraserThomas WolffEmma RushSandra O'DonovanAlain MoranHuw EvansCarl UShannon KrebsDon GambleMichael Dressler
The following will list the 10 most recent contributors on this site:
{users:recently-contributed|count=10}
People who's name starts with the letter A
The following will list 10 people whose name starts with the letter A in the main confluence-users group: {cache}{users:group|count=10|beginning=A|group=confluence-users}{cache} Which results in: Adam CallAshraf Shaheenassaf mischariAlexander CoAlice BlakeAdrian OrdonaAdrian RudmanAaron HamidAndrew SchwartzAndrew Nguyen We've wrapped the users macro in the [cache macro] to reduce load on the server.
The following will list 10 people whose name starts with the letter A in the main confluence-users group:
{cache}{users:group|count=10|beginning=A|group=confluence-users}{cache}
We've wrapped the users macro in the [cache macro] to reduce load on the server.