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
We currently have a single user endpoint accessible from /api/user/{user_id} however when the user calls /api/user the API should be responding with a list of users. The ElasticRepository does not currently have a function for retrieving multiple documents so will need to be extended in order to support this.
The text was updated successfully, but these errors were encountered:
We currently have a single user endpoint accessible from
/api/user/{user_id}
however when the user calls/api/user
the API should be responding with a list of users. TheElasticRepository
does not currently have a function for retrieving multiple documents so will need to be extended in order to support this.The text was updated successfully, but these errors were encountered: