I´m trying to find the way to properly use the Users API. I have already used search endpoints on objects without any problem, but cannot make it work for Users.
The endpoint is this: /crm/v3/objects/users/search
Here hs_given_name is an api name for user's firstname. hs_family_name is an api name for user's lastname. hs_email is an api name for user's email address.
I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member. Thanks!
Here hs_given_name is an api name for user's firstname. hs_family_name is an api name for user's lastname. hs_email is an api name for user's email address.
I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member. Thanks!
Thank you Gaurav, this was helpful for me to understand what hubspot calls the property names. I knew email and title from the API endpoints within the documentation, but no mention of how to get the name. As user isnt listed as an object in settings we cant search through there either.
I'm curious if there is documnetation anywhere that lists all the properties related to user