PUT api/reportserver/v2/users/local/{userId}/password
Changes the password for the specified local user.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId |
User ID. |
string |
Required |
Body Parameters
Password model.
UpdatePasswordName | Description | Type | Additional information |
---|---|---|---|
CurrentPassword |
Specifies the current password. |
string |
Required |
NewPassword |
Specifies the new password. |
string |
Required |
Request body formats
application/json, text/json
Sample:
{ "CurrentPassword": "sample string 1", "NewPassword": "sample string 2" }
Response Information
Resource Description
None.