You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, it's a simple questuion: as a adminstrator, how do I get a list of all users in one particular group?
The only means of doing this is under admin > user management > groups. You can view members in the group or you could export users and groups and view in excel.
There are different ways to do it. Yon can use
1. user List macro in confluence on confluence page. This macro can get the list of users from a confluence user group.
2. You can query it on DB directly
3. You can check in UI through User management. You may not be able to export the results, but you can use third party plugins for exporting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey - user list macro works if confluence uses JIRA server as user directory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Volker Peise-Mossner - This link contains the query to list users who are not memeber of a particular group.
Just remove NOT from query and use the correct group name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Better late than never!
Below instructions are Cloud Only unless Macro(s) are present or manually gathered.
For those interested in accomplishing this task using Macros and a Confluence Page:
https://support.atlassian.com/confluence-cloud/docs/insert-the-user-list-macro/
1. Create/Edit a page
2. Click the '+' to Add/Insert a Macro
3. Choose 'User List'
4. Specify groups as you please. '*' will include all groups and their members.
5. Have a nice day!?
Thanks for reading along and thank you to Jack Brickey for pointing out the ability to export group members using the 'Users' tab within Atlassian Admin Portal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.