Update password
Update the user's password. A user's password can only be updated when authenticated as the given user.
POST/v3/users/{id}/update-password
JWT
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| oldPassword* | string | Old password of the user. | min: 8, max: 256 |
| newPassword* | string | New password of the user. | min: 8, max: 256 |
Request Example
Responses
204
400
401
403
404
409
429
500