POST api_v2/AccountUsers/SetPasswordWithToken
Смена пароля с помощью зашифрованного токена.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
changePassWithTokenModel | Параметр для смены пароля |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <ResetToken>sample string 1</ResetToken> <NewPassword>sample string 2</NewPassword> </Request>
application/json, text/json
Sample:
{ "ResetToken": "sample string 1", "NewPassword": "sample string 2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}