Get last active dates for deactivated users with /last-active-dates API endpoint

Using https://api.atlassian.com/admin/v1/orgs/{orgId}/directory/users/{accountId}/last-active-dates, we can get the “last_active_dates” for Products that user still can access, but this information is not available when Product is no more active for User (no more “product_access” property where the “last_active” property is defined then).

Nevertheless, this information is available from “admin.atlassian.com”, “Users/export users” report even when users are not active anymore for the Product: how can we retrieve this information from the API as well ?