get https://localhost:8443/fineract-provider/api/v1/staff
Returns the list of staff members.
Example Requests:
staff
Retrieve a Staff by status
Returns the details of a Staff based on status.
By default it Returns all the ACTIVE Staff.
If status=INACTIVE, then it returns all INACTIVE Staff.
and for status=ALL, it Returns both ACTIVE and INACTIVE Staff.
Example Requests:
staff?status=active