Get business manager list

Description#

Allows the admin to view the business managers of the system.

Input#

Pagination inputs#

Email query#

  • Type
    • String

Name query#

  • Type
    • String

Business name query#

  • Type
    • String

Mechanism#

  1. Filter as follows:
    • business entityBusiness's Entity propertybusiness name 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 manager entitybusiness managers.

Output#