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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,639,060
Community Members
 
Community Events
196
Community Groups

How to see which all groups I am in?

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.
Jun 20, 2016 • edited Jan 16, 2019

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.
Jun 20, 2016

You need Site Administrator permissions to see Users and Groups.

TAGS
AUG Leaders

Atlassian Community Events