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

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

Response Information

Resource Description

None.

In this article
Not finding the help you need?