POST api/auth/reset-password
Request Information
URI Parameters
None.
Body Parameters
ResetPasswordDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| NewPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "cb9e139a-54ff-4cdd-9144-a212a6fd32bd",
"NewPassword": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.