Import Mapping

1
Hello Team, When I tried to apply a import mapping after a rest call service(Post) I’m getting this error Please guide me Thanks
asked
1 answers
2

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

answered