POST v1/users({UserId})/changePassword
Password Change for a User
Information:
Base URL:
https://api.covasoft.net/usermanager
Example of a call would be:
https://api.covasoft.net/usermanager/v1/users({UserId})/changePassword
Example of the Body of the Call:
{ "CurrentPassword": "TempPa55word!", "NewPassword": "n3wPa55word!" }
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| UserId | The User Id used for Getting User Details | integer | Required | 
Body Parameters
The Old and New Password - see example above
UserPasswordChangePost| Name | Description | Type | Additional information | 
|---|---|---|---|
| CurrentPassword | string | None. | |
| NewPassword | string | None. | 
Request Formats
application/json, text/json
            Sample:
{
  "CurrentPassword": "sample string 1",
  "NewPassword": "sample string 2"
}
        Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | None. | |
| Content | HttpContent | None. | |
| StatusCode | HttpStatusCode | None. | |
| ReasonPhrase | string | None. | |
| Headers | Collection of Object | None. | |
| RequestMessage | HttpRequestMessage | None. | |
| IsSuccessStatusCode | boolean | None. |