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 | string | --- | --- | --- | ||
Password | string | password | --- | --- |
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 | string | --- | --- | --- | ||
Password | string | password | --- | --- |