POST Users/ResetPassword
Reset password from email - will send en email to user with a reset link
Request Information
URI Parameters
None.
Body Parameters
RequestUserResetPassword| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1"
}
text/html
Sample:
{"Email":"sample string 1"}
application/xml, text/xml
Sample:
<RequestUserResetPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YogaStreamAPIv2"> <Email>sample string 1</Email> </RequestUserResetPassword>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Success| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true
}
text/html
Sample:
{"success":true}
application/xml, text/xml
Sample:
<Success xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YogaStreamAPIv2"> <success>true</success> </Success>