2024-06-30, 05:33 PM
(This post was last modified: 2024-06-30, 11:54 PM by velun. Edited 2 times in total.
Edit Reason: solved
)
Hi,
I want to retrieve a user's last activity from the API. From the docs, I took the following URL /Users/{userId} with a get request and it returns some fields but not the LastActivityDate like in the docs.
I'm guessing the LastActivityDate and the LastLoginDate are moved in the latest version but I don't where. Anybody get any ideas?
Thank you.
LE: found the problem, those fields are not sent for new users that haven't logged in yet.
I want to retrieve a user's last activity from the API. From the docs, I took the following URL /Users/{userId} with a get request and it returns some fields but not the LastActivityDate like in the docs.
I'm guessing the LastActivityDate and the LastLoginDate are moved in the latest version but I don't where. Anybody get any ideas?
Thank you.
LE: found the problem, those fields are not sent for new users that haven't logged in yet.