PUT v1/Customer/RequestPasswordUpdateV2
This new endpoint is to make reset password backwards compatible with RMT2.0 FE and Mobile app. Request for a password reset if the customer is locked out of their account. Will send an email with password reset instructions
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
CustomerEmail *
Email of the user
yourname@example.com
SiteBaseUrl
The base url for the site that the request is coming from
https://www.riamoneytransfer.com/
Response Information
Response body formats
application/json, text/json
Sample:
{ "securityCode": "sample string 1", "mfaEnabledUser": true }
application/xml, text/xml
Sample:
<RequestPasswordUpdateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <_x003C_MfaEnabledUser_x003E_k__BackingField>true</_x003C_MfaEnabledUser_x003E_k__BackingField> <_x003C_SecurityCode_x003E_k__BackingField>sample string 1</_x003C_SecurityCode_x003E_k__BackingField> </RequestPasswordUpdateResponse>