Is there a way to get all users list using confluence Cloud REST API?
Yes it is possible.
/wiki/rest/api/group/{groupName}/member
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi.
I've got too many groups with this endpoint (including Jira groups).
So it is not clear how to get the Confluence related groups.
Would be nice to have an endpoint which can return all users
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Evangelos Mantadakis / @Move Work Forward ,
Do you know of any other efficient way to get Confluence Users List via rest API other than iterating through all the groups and its members ?
Thanks,
Sheff
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.
As far as I know, There is no other way of doing it using rest API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found another way @Doc Gen ,
https://developer.atlassian.com/cloud/confluence/rest/#api-api-search-user-get
It is also returns App users and other garbage :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried this call and it did not return all users. Be careful while using this rest api.
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.