Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can you view all current groups in Confluence

kehein October 1, 2019

I'm trying to sort by groups, how can I see how many groups there currently are?

2 answers

0 votes
Jeffry Gamba October 2, 2019
  • You could do it with a user macro.
## Developed by: Davin Studer
## Date created: 04/21/2015
## @noparams
<ul>
#foreach($group in $userAccessor.getGroups())
    <li>$group</li>
#end
</ul>
  • or using "User List Macro"
0 votes
Deleted user October 2, 2019

Hi @kehein - Have you gotten to checking some of these earlier posts on community that might help ? Please let me know if this is not what you are looking for so I can provide additional help, if possible. Most of the solutions here refer to macros.

https://community.atlassian.com/t5/Confluence-questions/how-can-i-get-a-listing-of-groups-in-confluence/qaq-p/286568

https://community.atlassian.com/t5/Answers-Developer-Questions/How-to-see-which-all-groups-I-am-in/qaq-p/528042

https://community.atlassian.com/t5/Confluence-questions/Generate-a-list-of-users-and-their-groups-in-Confluence/qaq-p/113365

Thanks

Kalyani

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events