We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jan 26, 2022 6:54 AM
Using the Owners API I can get the time when the owner was last updated through the "updatedAt" property. Is there any way of getting the time of last activity or login for owners?
Jan 27, 2022 9:51 AM
This does not currently exist. You should create an idea for this!
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
Feb 2, 2022 8:31 AM
Thanks for you reply! Just created an idea for this.
Follow up question.
Currently I am using the Engagements API to get the most recent engagement timestamp per owner. The thing I'm now looking into is that not all engagements responses come with an ownerId field.
If you try this demo response:
https://api.hubapi.com/engagements/v1/engagements/paged?hapikey=demo&limit=250
you'll see that only 232 of the 250 engagements contain the ownerID field. There are examples of this for engagement types note, task, email, and meeting. So I'm wondering why this is the case and if this is still the case today? (demo response data is 7 years old)