Get Last access date for list of users via api Follow
Is there a way to get Last access date via API? I can see it in GUI, but I can't find nothing about this property at https://www.jetbrains.com/help/youtrack/standalone/GET-Users.html
Please sign in to leave a comment.
Hello,
I have noticed that you have used the link to our Old REST API documentation. Please note that the Old Rest API is deprecated and no longer supported.
You can get the user's last access date using the request to Hub with lastAccessTime parameter, please refer to this documentation section. Note that it is stored in Unix Epoch time.