APIs & Integrations

ASyncUser
Member

hs_created_by_user_id is null when I create deal using api

SOLVE

When I create or Update a deal using API then hs_created_by_user_id field is coming null.

but when I create or Update through UI it is coming in resonse who created or updated that field.

How should I get this through API??

 

Created through API

ASyncUser_0-1711953811968.png

 

Created through UI

ASyncUser_1-1711953865286.png

 

0 Upvotes
1 Accepted solution
ChrisMagtoto
Solution
Member

hs_created_by_user_id is null when I create deal using api

SOLVE

It will only be filled if you create the deal using a user not with the API because API is not a user.

View solution in original post

0 Upvotes
3 Replies 3
ChrisMagtoto
Member

hs_created_by_user_id is null when I create deal using api

SOLVE

Hey, you are creating the the deal THROUGH the API and not through a user which explain why it's null. What you can do is reference the source of the deal with "hs_object_source_detail_1" or "hs_object_source" to identify if it was created through the API.

0 Upvotes
ASyncUser
Member

hs_created_by_user_id is null when I create deal using api

SOLVE

I want a Id of user or Owner who created that deal

0 Upvotes
ChrisMagtoto
Solution
Member

hs_created_by_user_id is null when I create deal using api

SOLVE

It will only be filled if you create the deal using a user not with the API because API is not a user.

0 Upvotes