How to get the Deal Owner

Hi, can someone tell how the get the owner of a given deal?

Hi Jose Antonio,

you can use the /deals Endpoint to to get the owner of a given deal.
Use the “id” of your given deal and call /deals/<your_deal_id> via GET.

In the response-body you will see a key named “user_id”. It is an object and contains i.e. the particular name and user_id of the deal-owner.

2 Likes

Thanks for the prompt response. I worked!