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#
- 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).
- Fetch and return the manager entitybusiness managers.
Output#
- Array of manager entitybusiness managers.