Hi
I’m using the Get managed accounts in an organization API to retrieve user data from my org.
The response includes a product_access field for each user, like this:
“product_access”: [
{
“key”: “jira-software”,
“name”: “”,
“url”: “”,
“last_active”: “”
}
],
A user’s product_access shows more products than are available in our organization—is this expected?
The user appears to have access to Trello-related data, even though our organization does not use Trello.
What exactly does the product_access field represent in this API response? Is there any documentation available for it?
I couldn’t find an API that retrieves all products in my organization. Is there one available?
Thank you in advance.
Tien Dang