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

How to see which all groups I am in?

Shashwat Kumar June 20, 2016

This question is in reference to Atlassian Documentation: Permissions and Restrictions

There exists few groups in our confluence. How can I see all the groups I am in? Moreover, can I see all members of a group?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 20, 2016

The User List macro will show the members of a specified group.

As for getting the membership of an individual you could do that fairly easily with a user macro. The below user macro code would get you what you want.

User Macro - Group List By User

Macro name:
group_list_by_user 

Macro Title:
Group List By User 

Macro body processing:
No macro body

Template:

## Developed by: Davin Studer
## Date created: 06/20/2016
## @param User:title=User|type=string|required=true|desc=Enter a user name.
<ul>
#foreach($group in $userAccessor.getGroupNamesForUserName($paramUser))
<li>$group</li>
#end
</ul>
0 votes
Milo Test
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 20, 2016

You need Site Administrator permissions to see Users and Groups.

TAGS
AUG Leaders

Atlassian Community Events