Hello,
I need to show list of Confluence users in a picker. Is there a way to retrieve list of Confluence Users via Cloud Rest API?
Thanks,
Sheff
Hi @Doc Gen
This is the documentation for the API.
For getting all Jira users, I pass in
?startAt=0&maxResults=1000&username=%
but be aware that username is about to be deprecated
Thanks @Warren
the issue is the api you mentioned is for Jira. I am looking for same / similar api in confluence.
Sorry, I didn't actually try this, I just assumed that the Confluence API call would behave the same way as the Jira one, which it doesn't :-(
According to this, what you need to do is run a group query
GET /wiki/rest/api/group
then for each group, get it's members with
GET /wiki/rest/api/group/{groupName}/member
I've tried this and it works, it just seems crazy having to do it this way
Hello @Warren
Thanks for the quick reply!! I have tried this API in the past. As you mentioned, it gets crazy if the number of groups are too many . I wish they can expose the User Search Rest API in Confluence Cloud as well, similar to what is available in the JIRA Cloud.
It is really annoying to look up users via groups specially when you have to keep refreshing your pool to make sure you have the updated list.
Thanks!!
It looks like you're new here. Sign in or register to get started.