Forums

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

how to get all users along with their permissions in jira software and confluence

Manikanta Vegireddy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 4, 2018

I want to get all user along with their permissions from jira software and confluence using java rest api call.

I have found some api call to get all user but they are not returning any permissions related to user.

thanks in advance.

1 answer

0 votes
Deleted user June 4, 2018

Hi @Manikanta Vegireddy,

I have found some similar questions with workarounds, I am not sure if this can be done solely by the REST API. 

https://confluence.atlassian.com/jirakb/how-to-get-a-list-of-permissions-granted-to-users-and-or-groups-assigned-to-project-roles-790630266.html

https://community.atlassian.com/t5/Jira-questions/I-was-wondering-how-to-query-the-database-to-get-a-listing-of/qaq-p/437750

https://community.atlassian.com/t5/Confluence-questions/SQL-Query-to-show-all-users-with-Use-Confluence-permission/qaq-p/332404

Also, JIRA and Confluence have different permission hierarchies; Confluence does not use Project Roles whereas JIRA does, both Applications using direct permission assignments and groups. Be wary of this. 

Hope this helps

Manikanta Vegireddy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 4, 2018

@[deleted]thanks for your reply

I already gone through the above mentioned links that describes about query the database that will helpful for on-premise.

but here we are using jira/confluence on cloud.
if is there any rest api or java rest client api it would be helpful.

Suggest an answer

Log in or Sign up to answer