PUT api/Account/ChangePassword/{affiliateId}
Changes password of logged in user
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
affiliateId |
Affiliate id |
integer |
Required |
v |
The requested API version |
string |
Required Default value is 1 |
Body Parameters
Change password model containing OldPassword and NewPassword
FilmFlex.Platform.Common.API.Contracts.V2.ChangeUserPasswordDTOName | Description | Type | Additional information |
---|---|---|---|
OldPassword |
The token generated for password reset |
string |
None. |
NewPassword |
The new user password |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OldPassword": "sample string 1", "NewPassword": "sample string 2" }
Response Information
Resource Description
Changes password of logged in user
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.