Creating Native users by using Rest web ApI

Hi All,

By creating REST web API we are going to call AutomationEdge Rest API for creating Native users. We are using encryption code to encrypt password field. We are getting response message as "invalid value for property ‘password’ ".
Password: Admin123
Please help for this issue.

1 Like

Hi,
Admin123 this password will never work. At least one capital letter, one small letter, one digit and one special character only from @#$_! is required.
This is our password policy, As the error says, it is an invalid value.

1 Like