New to Telerik Report ServerStart a free 30-day trial

PUT api/reportserver/v1/users/local/{userId}/password

Changes the password for the specified local user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

User ID.

string

Required

Body Parameters

Password model.

UpdatePassword

NameDescriptionTypeAdditional information
CurrentPassword

Specifies the current password.

string

Required

NewPassword

Specifies the new password.

string

Required

Request body formats

application/json, text/json

json
{
  "CurrentPassword": "sample string 1",
  "NewPassword": "sample string 2"
}

Response Information

Resource Description

None.

Not finding the help you need?
Contact Support