Get all Requesters for a single Department with Freshservice API

I am looking for a way to get all the requesters for a single department via the Freshservice API. I need to update a field in each of the requester’s profiles but only for select departments. Is there a way to add a filter to the API endpoint that will allow the return of all requesters for an identified department? Something like https://freshservicedomain.freshservice.com/api/v2/requesters?department_ids=123456 ???

Appreciate the help of anyone who has a solution for this.

Thank you,
Zach

Hi @Zach

Can you try like the below API

requesters?query=department_id:${comp}

Thanks

1 Like

Hello @Janani, this worked perfectly. Thank you so much!!!

1 Like