noebs

Docs : SDK : updateUser

updateUser lets you update a user's account. This API will return a promise that gets resolved once the user account has been updated.

    userbase.updateUser({ username, currentPassword, newPassword, email, profile })
      .then(() => {
        // user account updated
      })
      .catch((e) => console.error(e))
  

Parameters

Notes

Errors