User/Account
此页面暂无中文版本,显示的是英文版本。
Change my password
Self-service password change for the authenticated user.
Authorization
BearerAuthObject AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/api/v2/users/me/password" \ -H "Content-Type: application/json" \ -d '{ "currentPassword": "pa$$word", "newPassword": "pa$$word", "newPasswordConfirmation": "pa$$word" }'Empty
Empty
Empty
Empty