POST api/auth/change-password

Request Information

URI Parameters

None.

Body Parameters

AuthChangePasswordRequest
NameDescriptionTypeAdditional information
ProfileSystemID

globally unique identifier

None.

InstituteID

integer

None.

CurrentPassword

string

None.

NewPassword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "profileSystemID": "bbabacaa-20b5-4f70-a0d2-6ffa41d0225f",
  "instituteID": 2,
  "currentPassword": "sample string 3",
  "newPassword": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.