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.