POST Authenticate/ResetPassword
Request Information
URI Parameters
None.
Body Parameters
ResetPasswordModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
NewPassword | string |
Required Data type: Password Min length: 5 String length: inclusive between 0 and 50 |
|
ConfirmNewPassword | string |
Required Data type: Password Min length: 5 String length: inclusive between 0 and 50 |
Request Formats
application/json, text/json
Sample:
{ "id": "a42eee81-c751-46c6-b72d-df7d0df9e2e7", "newPassword": "sample string 2", "confirmNewPassword": "sample string 3" }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.