




















Use the new last_active_at_since parameter to filter users according
to their latest activity date.
For example, if you were interested to know which users were active between 2023-11-23 and the current day, you could construct a query like this:
Note that session activity is registered continuously throughout the day so a query using a condition with the current day is perfectly valid.
You can also use last_active_at as an ordering parameter to sort users by how recently they were active:
You will also now get last_active_at in your response when retrieving
user details with the GET /users/{user_id} endpoint.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。