Fetch Deals Associated with a list of Persons Email and created by pipedrive user email

I am Trying to figure out an endpoint where I can fetch a list of deals associated with a list of participants emails and which is created by a pipedrive user email. I checked searchDeals api but I couldn’t details where I can query on the list of participant email.

I did find one api to get deals associated to A PERSON created by user_id but this doesnt seam to fetch correct results
https://sandbox.pipedrive.com/v1/deals/search?term=<USER_ID>&fields=user_id&exact_match=true&person_id=<PERSON_ID>

Hi @Piyush_Goyal
Welcome to the community :wave: and thanks for being patient :slight_smile:

At the moment, you cannot obtain a list of deals based on a list of participants. However, you can obtain a list of deals based on a particular email/person ID as you have figured out rightly. Is that something that worked for your use-case? Let me know if it is still unsolved.