Search code examples
mongodbauthenticationmongodb-stitch

Update user profile on MongoDB Stitch


I've been able to do a register and login using MongoDB Stitch but I can't find how to update a user's data. I've tried making queries to db.users or db.user but these don't exist.

Is there a method to update a user?


Solution

  • I communicated with support and they told me that there is no way to update a user's profile as they are stored in a internal database that is not accesible to the developer. I suggested that this must be explained in the guides but they didn't (or I couldn't find it, please comment and I'll edit).