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
Hi,
I Need to retrieve the list of users which has the access for Jira software/ confluence page/ jira service management from the Admin access through API call using POSTMAN tool.
Could you please suggest the how to use the API configurations any specific documents.
I m using https://api.atlassian.com/admin/o/{org-id}/users
Authorization=Barear Token
status":404,"error":"Not Found"
HI @Sunanda Menashinkai ,
The API mentioned in this post looks similar to this one : https://developer.atlassian.com/cloud/admin/organization/rest/api-group-users/#api-v1-orgs-orgid-users-get.
'https://api.atlassian.com/admin/v1/orgs/{orgId}/users'
The token needed here would be the Org Admin's API Token.
Another way to do this might be to shortlist the site where you want to analyze the users, and then check for the groups that have product access. Using the below API, you can shortlist the User's having access to individual product access. : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-group-member-get
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.