Recover Password
This endpoint initiates the password recovery process. A reset link will be sent to the provided email address if it is registered in the system. This endpoint does not require authentication and can be accessed publicly.
Action to initiate password recovery. The only allowed value is 'recover'.
The email address of the user whose password is to be recovered. It must be registered in the system.
Accept
The password recovery process has been initiated. If the user is registered in the system, a reset link will be sent via email.
Bad request.
{
"message": "string",
"errorCodes": {
"type": "string"
}
}
message
errorCodes
Mail server is not configured or is unavailable
"ErrorDto Object"
message
errorCodes
curl -X POST https://{api_host}/provider/users/password?action=recover&email=<user-email>