POST api/EAppUser/EAppChangePassword

Request Information

URI Parameters

None.

Body Parameters

EAppApplicationChangedPasswordDTO
NameDescriptionTypeAdditional information
UserName

string

Required

Matching regular expression pattern: ^[a-zA-Z0-9]+$

String length: inclusive between 5 and 20

Password

string

Required

String length: inclusive between 8 and 50

NewPassword

string

Required

String length: inclusive between 8 and 50

ConfirmNewPassword

string

Required

String length: inclusive between 8 and 50

SSN

string

Required

Max length: 4

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Password": "sample string 2",
  "NewPassword": "sample string 3",
  "ConfirmNewPassword": "sample string 4",
  "SSN": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"