Last_login_time is not being updated when logging in

Description
Hello,

It seems that something is broken in the updating the last_login_time value. I’ve logged in this morning and the value was set. After that, I’ve logged in through the mobile app and logged off / on to through the website, but the timestamp from this morning is still shown.
Error
last_login_time is not updated upon consecutive login attempts

Which App Type (OAuth / Chatbot / JWT / Webhook)?
User API

Which Endpoint/s?
https://api.zoom.us/v2/users/{user_id} using Bearer token

How To Reproduce (If applicable)
Steps to reproduce the behavior:
Log-in, log back out, and log in again. Timestamp of the first login will be shown.

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hey @marko.markovic, thanks for posting and using Zoom!

I was able to reproduce the issue and we are working to debug. (ZOOM-131387)

I will keep you updated.

Apologies for the inconvenience,
Tommy

Hey @marko.markovic,

This is intended functionality. ​There is a 3-day buffer period for the last_login_time

Here are the use cases

  • First log in at 2020-01-01, and then second log in at 2020-01-02. This will not record the data. No matter how many login times on 2020-01-02.

  • First log in at 2020-01-01, and then second log in at 2020-01-05. This will record this data. Because it exceeds the 3-day buffer.

Thanks,
Tommy

Thanks! I couldn’t find that information it the documentation - I might’ve missed it.

1 Like

Hey @marko.markovic, happy to help!

We actually don’t have this in our docs, we will add it! CC @shrijana.g :slight_smile:

Thanks,
Tommy

2 Likes