I\'m creating new user with Accounts.createUser() and it works normally if you are not doing anything fancy. But I want to add some other fields to new user that are not listed
Try this:
Accounts.onCreateUser((options, user) => (Object.assign({}, user, options)));