Hi Mohammad,
Are you attempting to create a new account/user with this import call? If so you need to generate a (temporary) password for the user. The community commons module has this activity (RandomStrongPassword) that you can use and I assume you would want to put in a value for Name in the user object. You can see where the validations are originating from in the user entity itself in the system module.
Cheers,
Andrew