Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how do i know who is the business owner

afaf alghamdi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 19, 2015

how do i know who is the business owner

2 answers

0 votes
Giuliano C_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 21, 2015

Depending on the Confluence version, you can also check for the Internal system administrator with the following query (for 5.7.x, in this example, but, it could be applied for other versions):

 

select u.id, u.user_name, u.active from cwd_user u
join cwd_membership m on u.id=m.child_user_id join cwd_group g on m.parent_id=g.id join cwd_directory d on d.id=g.directory_id
where g.group_name = 'confluence-administrators' and d.directory_name='Confluence Internal Directory';

 

Also,  this doc have some queries and examples on how to retrieve the administrators of the instance. Another option could be to look into the users in the *confluence-administrators* group, in case of having access to it. 

 

Hope it helps you, sir.

 

Regards, 

Giuliano Tenedini

Confluence/Crowd Support

0 votes
Nic Brough -Adaptavist-
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.
May 19, 2015

How does your organisation define and store that in Confluence?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events