Login with client credentials
POST {{backofficeURL}}/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"=>"TEST", "password"=>"rootpassword@uat"}