APIs & Integrations

ADedja
Participant

Custom objects obtain HubSpot user

SOLVE

Hello everyone, 

I am new here and I am working on creating custom objects in HubSpot.
I want to have a property in my object that is a HubSpot user something like this 

Seller owner

string

HubSpot user

 How can I achieve this? I am using HubSpot Developer Docs portal to create the custom object. 

Thank you!

Bests,
A

2 Accepted solutions
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Custom objects obtain HubSpot user

SOLVE

@ADedja 

Assuming you want to do this programmatically, you can query the Owners API

to get a list of available HubSpot users.  You can then use this information to use the patch method for the custom object api to update that property

View solution in original post

webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Custom objects obtain HubSpot user

SOLVE

Hi @ADedja ,

You can create a new property named as seller owner in the object by using the doc here.

Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regard.

View solution in original post

4 Replies 4
webdew
Solution
Guide | Diamond Partner
Guide | Diamond Partner

Custom objects obtain HubSpot user

SOLVE

Hi @ADedja ,

You can create a new property named as seller owner in the object by using the doc here.

Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regard.

ADedja
Participant

Custom objects obtain HubSpot user

SOLVE

Hello @webdew 

Thank you for your reply! I will have to test your solution and if it works I will accept your answer. 


Thanks, 
Ada

0 Upvotes
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Custom objects obtain HubSpot user

SOLVE

@ADedja 

Assuming you want to do this programmatically, you can query the Owners API

to get a list of available HubSpot users.  You can then use this information to use the patch method for the custom object api to update that property

ADedja
Participant

Custom objects obtain HubSpot user

SOLVE

Hello @dennisedson 

Thank you for your reply! I will test your solution and if it works I will accept your answer.

Regards, 
Ada