-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Internal - User Activity (Last Active Date)
-
None
-
1
-
Severity 3 - Minor
Issue Summary
A Confluence Guest never has their AdminHub "Last Seen" date updated, despite the user meeting every criteria listed for having a last active date (API documentation here).
Steps to Reproduce
- Assign a new user to the Confluence Guest role.
- Login as the user or have the user navigate to a Confluence page for at least 2 seconds
- Wait 24 hours
- Navigate to the user's profile page in AdminHub, e.g. https://admin.atlassian.com/o/<orgid>/users/<aaid>?tab=productAccess
Expected Results
The user should have a "Last Active" timestamp
Actual Results
"Last Active" shows "Unavailable"
In a HAR file, you will see a network request like:
200 GET https://admin.atlassian.com/gateway/api/admin/v1/orgs/<orgid>/directory/users/<aaid>/last-active-dates { "links": { "next": null }, "data": { "product_access": [], "added_to_org": "20XX-XX-XX", "added_to_org_timestamp": "2026-XX-XXT00:00:00.000000Z" } }
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is related to
-
JRACLOUD-98780 Jira Guest access "Last Seen" in AdminHub is always "Unavailable"
- Gathering Interest
- relates to
-
ACCESS-2369 The "Last seen on" date is inaccurate for inaccessible products on users page
-
- Gathering Impact
-
-
CONFCLOUD-75552 Last Visited date for Guest Users
- Closed