Why does the default Group confluence-users show a difference in Group Members and Users

Nathan Watterson October 17, 2018

Under Administration > User Management > Groups

There is a Group called confluence-users.

On the details page for this default group it shows a count and a list of users.

Currently the count is: Group members 7

Meanwhile the list shows 5 users.

 

Why do these numbers not match?

How do I find the 2 phantom members?

1 answer

1 accepted

0 votes
Answer accepted
Jonathan Smith
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.
October 17, 2018

@Nathan Watterson,

  Confluence-users comes from your internal directory. The internal directory probably has admin/service accounts you used during setup. 

You can identify the admin accounts though SQL:

 

SELECT *FROM [Confluence].[dbo].[cwd_user]
WHERE directory_id='1'

Nathan Watterson October 17, 2018

@Jonathan Smith makes sense, I'm new to the platform, where would I run this query on a jira-cloud instance?

Jonathan Smith
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.
October 17, 2018

If you are on cloud, you won't have access to the database.

Please contact Atlassian support and they should be able to confirm the accounts (and service accounts) for confluence-users.

Suggest an answer

Log in or Sign up to answer