Reset a password by verification code.
PUT
/password/reset/{verificationCode}
204Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
verificationCode | Required | string | Verification code of the password reset. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ClientID | Required | string | --- | --- | --- | |
Username | Required | string | --- | --- | --- | |
Password | string | password | --- | --- |