POST api/v1/Contacts/{id}/SetPassword

Sets the password for a user. Will return HTTP 200 or HTTP 404 if contact is not found.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SetPasswordContactDto
NameDescriptionTypeAdditional information
NewPassword

The new password that is set on the Contact

string

Required

Request Formats

application/json, text/json

Sample:
{
  "NewPassword": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.