how do i know who is the business owner

afaf alghamdi 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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