Module: acounts/methods

Members

(static, constant) deleteAccount

Deletes the current user. Works only for the user who invoked this method!

Source:

(static, constant) registerNewUser

Registers a new user by email+password and minimal profile fields.

Source:

(static, constant) updateUserProfile

Updates the user profile fields

Source:
Example
updateUserProfile({ firstName: 'Jane', lastName: 'Doe' })