Forum Discussion
luk
7 months agoBoss
PerBonomi softech if you are simply interested in a count and not the actual user information you could use:
<#assign participants = restadmin('/threads/id/<threadid>/participants/count').value!0 />
this avoids having to parse through a potentially massive list of user objects for nothing.
- softech7 months agoGuide
this is a good one and this is what I want.
thanks
Related Content
- 7 months ago
- 11 years ago