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.
Authorized Roles : ANY
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.
The Referer header must be a valid URI that identifies the source of the request. Example: https://dsm-ip-address/login
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 -H 'Authorization: <value>' https://{api_host}/provider/users/password