POST v6/user/resetpassword/save

Request Information

URI Parameters

None.

Body Parameters

UserResetPasswordModel
NameDescriptionTypeAdditional information
AffectedUserId

integer

None.

NewPassword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "affectedUserId": 1,
  "newPassword": "sample string 2"
}

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1