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#

  1. 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).
  2. Fetch and return the clients.

Output#