Do we need a separate endpoint to provide a user's information when another user hovers over his/her name? Or we can use the endpoint /users/ which reads a user information based on uuid. The server provides all information in the database about that user . Frontend team can decide to show only the attributes that you think are required.
Do we need a separate endpoint to provide a user's information when another user hovers over his/her name? Or we can use the endpoint /users/ which reads a user information based on uuid. The server provides all information in the database about that user . Frontend team can decide to show only the attributes that you think are required.