rokwire / core-building-block

Building block which handles core functions for the Rokwire platform - users, accounts, profiles, organizations, authentication and authorization.
Apache License 2.0
3 stars 2 forks source link

[FEATURE] Improve admin user search #661

Open shurwit opened 1 year ago

shurwit commented 1 year ago

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).