Skip to main content

HELP! How to get members last active date using API?

  • June 21, 2022
  • 5 replies
  • 1406 views

I need to get a list of users, with user type = member (not viewer, not admins)

Then I need to get their last active date / last login date using API

I know how this is done on UI but how to do this using API?

Please help!

5 replies

basdebruin
  • Community Expert
  • 884 replies
  • June 21, 2022

hi @gekber

Welcome to the community. Users and user types are easy to retrieve. To my knowledge last login and last active dates are not accessible through the API.


  • Author
  • New Participant
  • 1 reply
  • June 21, 2022

I see, i think i was able to get last login date by accessing our monday.com audit page api. Could you tell me how can I update user type using API? For example, if user A has type = member, I want to change it to viewer instead. Thanks!


basdebruin
  • Community Expert
  • 884 replies
  • June 21, 2022

As far as I know the monday audit page does not have API support.

The user object can’t be modified through the API either, see https://api.developer.monday.com/docs/users-queries-1


  • New Participant
  • 2 replies
  • September 7, 2022

I believe you could query to Audit log via an API call: https://support.monday.com/hc/en-us/articles/4406042650002-Audit-Log-API and this will give you all the “security actions” transactions including last login date.

This is a separate API from the regular monday.com API and has another API Token.

I believe “last activity date” in the column is calculated in the system.


  • Participating Frequently
  • 12 replies
  • November 13, 2024

Hey there! We’ve developed Master Activity Logs, which acts as a ‘Master Activity Log’ for user activities in multiple boards. It offers advanced reporting based on that data as well. Hopefully that helps!