Recoverpassword

Recoverpassword

Endpoint to initiate user password recovery. An email will be sent, which includes the user password reset link
Authorized Roles : ANY

Request
URI
POST
https://{api_host}/provider/recoverUserPassword
COPY
Request Body
PasswordRecoveryRequestDTO of type(s) application/json
Required
{
    "registeredEmail": "string"
}
string
registeredEmail
Required

registeredEmail

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"registeredEmail:"string"}' https://{api_host}/provider/recoverUserPassword