total users/groups in jira and confluence

Padmasree P November 15, 2018

how to get the total user list from db for Jira and confluence 

like internal users, ldap users, groups, 

1 answer

0 votes
Pete Singleton
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.
November 15, 2018

The table CWD_USER contains all the users regardless of which directory.

To map to directory use the CWD_DIRECTORY table.

Similarly, use CWD_GROUP table for the groups.

Suggest an answer

Log in or Sign up to answer