Forums

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

From the Confluence java API, how do I determine the user's directory?

Rich Scire
Contributor
November 27, 2017

I'm writing a REST API call to determine the number of active Confluence users. To do this, I need to differentiate LDAP users from those in the internal directory. How would I do that?

1 answer

1 accepted

1 vote
Answer accepted
AnnWorley
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 28, 2017

I have not been able to find or hack a REST API call that will return the user directory the user belongs to. I tried the . dot notation and expand query parameter mentioned in Confluence REST API Documentation but was not able to retrieve user directories or a list of more than one user.

If you have access to the Confluence database you may get a list of active users and their directories using the queries on this page:

How to get a list of active users counting towards the Confluence license

The results look like:

Screen Shot 2017-11-28 at 12.15.27 PM.png

If you find a way to get the information you seek with REST, please post it here to help the next person who needs a list like this.

Rich Scire
Contributor
November 30, 2017

Thanks, Ann. I couldn't find a way either so I'm looking at writing my own. I'm wondering how to find the directory information from the Java API.

Jaakko Linnosaari February 15, 2019
com.atlassian.crowd.embedded.api.User

has

getDirectoryId() 

method

Thomas Clemens
Contributor
January 10, 2024

Which allways returns "null".

sry for reviving this ...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events