Installer.com Docs
API ReferenceUsers
PUT
/api/users/me/password

Update current user password

Request Body

application/json

Update user password

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PUT "http://localhost:8000/api/users/me/password" \  -H "Content-Type: application/json" \  -d '{    "oldPassword": "string",    "newPassword": "string"  }'
Empty