EasypanelDocs

Change account credentials

Changes the authenticated user's email address and password.

POST
/changeCredentials

Changes the authenticated user's email address and password.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/changeCredentials" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]",    "newPassword": "stringst",    "oldPassword": "stringst"  }'
null