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