hubspot_owner_id has different value from the UI and from what the webhook returns.
In the UI in the url bar it
https://app-eu1.hubspot.com/settings/{id}/users/user/{user_id1}?tab=overviewTab
Webhook returned something completely different ie user_id2
How can I match them?
Hey, @ASpyropoulos
Thanks for your question. Owner ID is separate from User ID. You can get a list of all Users and their Owner ID or look up an Owner ID by a specific User ID using the Owners API.
Best,
Jaycee
Thanks for the clarification Jaycee. Where in hubspot admin can I see this information also?
Hey, @ASpyropoulos ! Great question. I always go to Settings > Properties > Contacts > and search for Owner. Then, when I click into the property details, I see their names and their Owner IDs.
You can see your Users from this view
https://app.hubspot.com/settings/YOUR\_HUB\_PORTAL\_ID/users
Best,
Jaycee
Thank you so much Jaycee!
Glad to hear it helped
Have a wonderful rest of your week! — Jaycee
Why is there a owner_id, and not just use the user_id? Calling the owner_id api is consuming an api call and hubspot rate limiter is very retricting.
