Is your feature request related to a problem? Please describe.
Currently the admin user search APIs do not offer some of the functionality that we will need.
Describe the solution you'd like
We should add a username search field, allow multiple comma-separated account IDs to be provided, add a sort parameter that specified the order in which the documents should be returned (eg. name_asc, username_desc).
Is your feature request related to a problem? Please describe. Currently the admin user search APIs do not offer some of the functionality that we will need.
Describe the solution you'd like We should add a
username
search field, allow multiple comma-separated account IDs to be provided, add a sort parameter that specified the order in which the documents should be returned (eg. name_asc, username_desc).