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": "80ea0b2b-58ee-4a00-8ab3-239ec47f9f4b",
"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.