Add "last_hosted" and "last_attended" properties to user results

This is for developer-specific feature requests. For other requests please contact our customer support team.

Is your feature request related to a problem? Please describe.
It’s proving to be fairly difficult for us to track account usage by our licensed users. While it’s possible to get some information on hosting from the inactive/active users report (https://api.zoom.us/v2/report/users) it’s not very straightforward, and it also gives no information about when a user last attended a meeting.

Describe the solution you’d like
It would be ideal if properties for “last_hosted” and “last_attended” were added to the user object to include the last time a user hosted a meeting and the last time they attended one, similar to the “last_login_time” attribute that is currently present. This would make it much simpler to pull these metrics without needing to pull tons of usage reports / meeting stats and parse them.

Describe alternatives you’ve considered

Additional context