Lists all agents/admins in an organization. It is possible to filter by one of the mutually exclusive parameters: email or phone number. In case both are provided, an error is returned.
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/v1/agents?pageLimit=0&pageKey=string&email=string&phone=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "data": [ { … }, { … }, { … }, { … } ] }