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

NameDescriptionTypeAdditional information
UserId

The User Id used for Getting User Details

integer

Required

Body Parameters

The Old and New Password - see example above

UserPasswordChangePost
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.