New to Telerik Report Server? Start a free 30-day trial
PUT api/reportserver/v3/users/{userId}/password
Changes the password of the user with the specified ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
The user ID. | string |
Required |
Body Parameters
| Name | 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, application/*+json
json
{
"CurrentPassword": "SAMPLE-PASSWORD-PLACEHOLDER",
"NewPassword": "SAMPLE-PASSWORD-PLACEHOLDER"
}
Response Information
Resource Description
None.