Hello everyone,
I just received my API key for admin.attlassian.com and I'm trying to get a list of users using the below URL with a GET request in Postman.
When I submit it, I get the following response.
Response 200 OK
{
"data": [],
"links": {
"self": "https://api.atlassian.com/admin/v1/orgs/{ORGID}/users"}
}
Since I received an OK, I assume my token is valid as that would throw a different error. The only thing I can think of there is something wrong with the URL I submitted.
Any hints you can give me would be greatly appreciated, including links to documentation. I love don't mind reading.