You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Thanks @Warren
the issue is the api you mentioned is for Jira. I am looking for same / similar api in confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Doc Gen
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a user search API - https://developer.atlassian.com/cloud/confluence/rest/#api-api-search-user-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.