Lists all end users 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.
Note: Custom attributes are not part of the response at this point. If you need to get custom attributes for a user use the GET /endusers/{userId} endpoint
Security
ApiKeyAuth
GET
curl -i -X GET \
'https://dev.dixa.io/beta/endusers?pageLimit=0&pageKey=string&email=string&phone=string&externalId=string' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
- Array of strings
- string
{ "data": [ { … }, { … }, { … }, { … } ] }