Hi,
I'm trying to fetch the available agents in queue based on the language skill and presence.
/api/v2/routing/queues/682d85f3-454d-4518-868b-274d28070422/members?pageNumber=1&pageSize=25&expand=presence&languages=${input.Language_Skill}&presence=on%20queue
This is the api i tried to get the data. But I'm not able to pass multiple languages in the api. It's working as a AND operator. All the languages has to be satisfied otherwise this will not give any data. I'm looking for solution that will work as a OR condition.
Thanks,