I am trying to use the Organizations REST API to get a list of users, so that I can the list of users with product list.
Doc URL: https://developer.atlassian.com/cloud/admin/organization/rest/api-group-orgs/#api-orgs-orgid-users-get
I have generated an API Key, and in Postman added it as a Bearer Token and with this URL I get a response, but there is no data:
https://api.atlassian.com/admin/v1/orgs/{orgId}/users
Response is 200 with null data set though I have users:
Hi @Rikita
One question - are you using your instance with managed accounts with Atlassian Access?
Or google workspace?
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.
Hi @Rikita and @Andrian F _New_
This API is only available for Atlassian Access users and GOogle Workspace connected.
Thats why you cant reach it.
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.