PUT pwd/Recovery
This method has to be called to regenerate a password
Request Information
URI Parameters
None.
Body Parameters
user account's id
Flipr.Web.Api.Controllers.JsonWrappers.PasswordRecoveryName | Description | Type | Additional information |
---|---|---|---|
UserMail |
Gets or sets user Mail for password recovery |
string |
None. |
PasswordInput |
Gets or sets the new password (not hashed) |
string |
None. |
Token |
Gets or sets the token of the user |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserMail": "sample string 1", "PasswordInput": "sample string 2", "Token": "sample string 3" }
text/html
Sample:
{"UserMail":"sample string 1","PasswordInput":"sample string 2","Token":"sample string 3"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
a result
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.