New to Telerik Report ServerStart 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

NameDescriptionTypeAdditional information
userId

The user ID.

string

Required

Body Parameters

UpdatePassword

NameDescriptionTypeAdditional 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.

Not finding the help you need?
Contact Support