Open-IoT-Service-Platform / oisp-frontend

Apache License 2.0
5 stars 8 forks source link

Dashboard bug: Get User Endpoint is outdated #241

Closed oguzcankirmemis closed 3 years ago

oguzcankirmemis commented 3 years ago

Currently, dashboard uses the endpoint '/v1/api/accounts/:accountId/users/:userId' endpoint. This was removed long ago since it is essentially doing the same thing as the endpoint '/v1/api/users/:userId'.