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
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
SetPasswordContactDtoName | Description | Type | Additional 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.