I have a scenario where I need to check wether the admin with a particular email exists then, assign a conversation to him. So, I want to check if an admin exists with that email.
But as per API doc, I am unable to find any good api to do so, instead I have to hit Get All admins, and the filter the admin from it.
Â
Is it expected or any better solution?