Get client list
Description#
Allows the admin to view the clients of the system.
Input#
Pagination inputs#
Phone query#
- Type
- String
Email query#
- Type
- String
Name query#
- Type
- String
Mechanism#
- Filter as follows:
- Entity propertyPhone containing the query string (if provided).
- Entity propertyEmail containing the query string (if provided).
- Entity propertyFirst name combined with Entity propertyLast name containing the query string (if provided).
- Fetch and return the clients.
Output#
- Array of client entityclients.