Login with client credentials

POST {{customerURL}}/UserService/userValidation

  • Using this service, we can initiate an OTP to the email ID by performing a login with credentials.

Request Body

{"rootUser"=>"TEST", "userName"=>"John", "password"=>"222222"}