POST api_v2/ResetPassword/ResetPasswordRequest
Запрос сброса пароля пользователя. На почту отправляется запрос сброса пароля + ссылка, переход по которой инициирует сброс пароля 0 - все ок 1 - почта не найдена в базе 2 - ошибка при отправке 3 - почтовый ящик не валиден
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<SimpleStringModel> <Value>sample string 1</Value> </SimpleStringModel>
application/json, text/json
Sample:
{ "Value": "sample string 1" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<int>1</int>
application/json, text/json
Sample:
1