Reset user's password by providing OOB OTP token
https://beta.api.wealthcare.com/participant/services/user/password/oob/{tpaId}
This endpoint allows you to reset a user's password using an Out-of-Band (OOB) One-Time Password (OTP) token. It is typically used when a user has requested a password reset and has received an OTP via SMS or email.
-
tpaId string Required
A unique identifier used to identify your admin instance. This value is system generated when the admin instance was created.
-
decrypt integer <int32>
Indicate if the URI parameters are encrypted or not. Use 1 for encrypted and 0 for decrypted; defaults to 0 if not specified.
-
UserName string
User Name
-
Password string
New User Password
-
IsOobSMS boolean
Indicate if the token has to receive from SMS or Email. If IsOobSMS: true, then token from SMS or IsOobSMS: false, then token from Email
-
Token string
OTP token received from SMS or Email