math-dojo / user-account-service

Microservice for managing the users of the math-dojo platform
1 stars 0 forks source link

Enable Retrieval of Existing Users based on userid #27

Open noce2 opened 4 years ago

noce2 commented 4 years ago

As of #26 , a user can be created with a custom or randomly generated userid and their new profile will be returned. The scope of this card is to enable the retrieval of existing users by their userId.

The intent is to utilise the already existing GET route to achieve this.