POST Account/ResetPassword
Used by superuser to reset another user's password
Request Information
URI Parameters
None.
Body Parameters
ResetPasswordBindingModelName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
NewPassword | string |
Required String length: inclusive between 4 and 100 |
Request Formats
application/json, text/json
Sample:
{ "UserID": 1, "NewPassword": "sample string 2" }
application/xml, text/xml
Sample:
<ResetPasswordBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub.Server.Models"> <NewPassword>sample string 2</NewPassword> <UserID>1</UserID> </ResetPasswordBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.