User/Account

Change my password

Self-service password change for the authenticated user.

PATCH
/api/v2/users/me/password

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