Newly created accounts should return a larger payload containing all user information
In the frontend:
- create a user account
- the user is logged on
- but the header does not display the new user's email, instead displaying
LOGIN
We should return a payload containing more information as in RetrieveUser
endpoint to prevent this
Edited by Eva Bardou