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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
So I don't know if this is an existing bug but I have run into a few issues when disabling a user's product access in the Atlassian Admin Portal, specifically related to confluence currently. When their access is revoked in the portal, I then query the REST API result for https://api.atlassian.com/admin/v1/orgs/{org-id}/users but it seems to return the fact that they have product access in the product which they are currently disabled for. The return I am getting for a disabled user looks like this:
[{'name': 'Confluence', 'key': 'confluence', 'siteId': 'NA', 'entitlements': {'edition': 'Premium', 'features': {'adminInsight': {'charts': ['ACTIVE_USERS', 'ACCOUNT_USAGE', 'DOMAIN_CLAIM_COVERAGE', 'TWO_STEP_VERIFICATION']}, 'aggregateStorage': {'bytes': 0, 'unlimited': True}, 'allowlisting': {'ip': 100}, 'auditLog': {'allInclusive': True, 'events': []}, 'dataResidency': {'realms': ['global']}, 'releaseTrack': {'tracks': ['fastTrack']}, 'sandbox': {'entitledSandbox': 'premium-sandbox', 'limit': 1}, 'sla': {'level': 'per_instance'}, 'supportEligibility': {'level': 'priority'}}}, 'realm': 'global', 'regions': [], 'siteUrl': 'NA', 'productKey': 'confluence', 'productName': 'Confluence', 'url': 'NA'}]
To my understanding, the API return is still listing them in the "ACTIVE USERS" chart which should not be the case. Maybe this is related to a caching or sync issue but I am currently uncertain. Would love to hear your thoughts!