We do have multiple systems in place and hence want to avoid the duplication of data. There is one application which we are running which we have not managed so far to connect to our AD/LDAP. As Confluence is synced with the AD/LDAP I am looking for a possibility to access following data from the Confluence database via an external application:
- User information (name, telephone, email, ...)
- groups and their members
Is this possible or does Confluence not allow this at all?
Thanks,
Christian
You can always extract this information via database directly, but you have to be careful with your queries for deletion, etc. For example, this query returns all the users in Confluence:
select child_name from cwd_membership where parent_name='confluence-users'
It's also possible to get the required information via the Confluence API or via the Atlassian Commandline Interface.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.