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).
May 25, 2022 1:52 AM
When updating a record using API, the record history does not show via which user the update was made , even though it is via the user's access token. Please see the image below.
Close Date is marked as updated by API and not the user. Is there anyway we can ensure the user information is available here? Anything we can pass in the API to ensure this?
May 25, 2022 4:01 PM
@SR36 ,
Presently, there is not a way. The reason being the hapikey. There is only one hapikey per portal so no way to know of who or what used it. I do believe I have seen this being discussed as we move more to private apps.
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
May 25, 2022 10:31 PM
In this case we are not using hapikey. We are using oauth access tokens,which does become an identifier for the user. The notes create API though has a way to do this via a parameter called hubspot_owner_id, but I dont see that supported for other APIs