APIs & Integrations

max12345
Participant

ownerId vs createdBy for Engagement CALLS

SOLVE

I see Engagements return both ownerId & createdBy.

Which of these (ownerId vs createdBy) should be used to identify the user who placed the CALL.

 

Also, since there is no api to get Owner by ID, will this https://developers.hubspot.com/docs/methods/owners/get_owners return ALL owners in a single response ?

0 Upvotes
1 Accepted solution
cbarley
Solution
HubSpot Alumni
HubSpot Alumni

ownerId vs createdBy for Engagement CALLS

SOLVE

Hi @max12345 , you should be using ownerId for the person that creates the calls. And yes, there's no get Owner by id, but you can use the email query parameter to search for an owner by email. Otherwise, you should get a full list of owners in the response.

View solution in original post

0 Upvotes
1 Reply 1
cbarley
Solution
HubSpot Alumni
HubSpot Alumni

ownerId vs createdBy for Engagement CALLS

SOLVE

Hi @max12345 , you should be using ownerId for the person that creates the calls. And yes, there's no get Owner by id, but you can use the email query parameter to search for an owner by email. Otherwise, you should get a full list of owners in the response.

0 Upvotes