get https://localhost:8443/fineract-provider/api/v1/self/clients
The list capability of clients can support pagination and sorting.
Example Requests:
self/clients
self/clients?fields=displayName,officeName
self/clients?offset=10&limit=50
self/clients?orderBy=displayName&sortOrder=DESC