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] Admin APIs to get count and list of accounts matching query #649

Closed shurwit closed 1 year ago

shurwit commented 1 year ago

Is your feature request related to a problem? Please describe. Currently we do not have a way for admins to determine the number of accounts that match a given query.

Describe the solution you'd like We should expose admin APIs that allows the caller to retrieve a count or list of all accounts matching a given filter. We should put some limitations on this query to avoid leaking sensitive user data.