POST api_v2/AccountUsers/SetPassword
Установить пароль для пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pswChangingModel | Модель параметров |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountUserID>b195d3af-4d71-49a5-96a1-b263f3c44df7</AccountUserID> <NewPassword>sample string 1</NewPassword> <OldPassword>sample string 2</OldPassword> </Request>
application/json, text/json
Sample:
{ "AccountUserID": "b195d3af-4d71-49a5-96a1-b263f3c44df7", "NewPassword": "sample string 1", "OldPassword": "sample string 2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}