You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
Could be something like GET /api/user/search, which would perform a prefix search on the users collection. The fields to search which initially seem the most useful are email and name. We might want a way to specify the field to search as a query param on the endpoint, returning a 4XX error if the specified field doesn't exist, or isn't allowed to be searched on.
The text was updated successfully, but these errors were encountered:
Prerequisite functionality for multinet-app/multinet-client#107
Could be something like
GET /api/user/search
, which would perform a prefix search on theusers
collection. The fields to search which initially seem the most useful are email and name. We might want a way to specify the field to search as a query param on the endpoint, returning a4XX
error if the specified field doesn't exist, or isn't allowed to be searched on.The text was updated successfully, but these errors were encountered: