APIs & Integrations

Guna_Pandian
Member

Which field denotes owner and creator of contact in contacts api

SOLVE

I’m using contacts api to get list of contacts. I want to know owner of the contact and creator of the contact.

My use case is like below:
User A created a contact and assigned that contact to User B.
owner: User B
creator: User A

Which field specifies the owner and creator of particular contact in hubspot contacts api?

Thanks,

0 Upvotes
1 Accepted solution
danaketh
Solution
Participant

Which field denotes owner and creator of contact in contacts api

SOLVE

I haven’t yet explored the results returned by /contacts/v1/lists/all/contacts/all but when you call /contacts/v1/contact/vid/:vid/profile, owner ID is in the hubspot_owner_id property.

If you’re looking for how was the contact created, I’m not 100% sure but my guess is to look at the createdate property. In versions there’s source-type and source-id which may be what you’re looking for.

View solution in original post

3 Replies 3
Guna_Pandian
Member

Which field denotes owner and creator of contact in contacts api

SOLVE

Thank you Danny for the info.

0 Upvotes
danaketh
Solution
Participant

Which field denotes owner and creator of contact in contacts api

SOLVE

I haven’t yet explored the results returned by /contacts/v1/lists/all/contacts/all but when you call /contacts/v1/contact/vid/:vid/profile, owner ID is in the hubspot_owner_id property.

If you’re looking for how was the contact created, I’m not 100% sure but my guess is to look at the createdate property. In versions there’s source-type and source-id which may be what you’re looking for.

daniezaika
Participant

Which field denotes owner and creator of contact in contacts api

SOLVE

Did you ever figure this out? I'm trying to figure out how to find contact creator as well.

0 Upvotes