Reset password
Update the user's password using password reset token.
POST/v3/users/{id}/reset-password
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| newPassword* | string | New password of the user. | min: 8, max: 256 |
| token* | string | Password reset token. | min: 1, max: 2048 |
Request Example
Responses
204
400
404
409
429
500