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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.