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>b33ef8a9-ec1f-4932-8bce-762cd01ba4f8</AccountUserID> <NewPassword>sample string 1</NewPassword> <OldPassword>sample string 2</OldPassword> </Request>
application/json, text/json
Sample:
{ "AccountUserID": "b33ef8a9-ec1f-4932-8bce-762cd01ba4f8", "NewPassword": "sample string 1", "OldPassword": "sample string 2" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}