Change the password for an existing email account. The new password takes effect immediately and affects all email clients configured with the old password.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example email string required domain string required newPassword string required success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string details array https://cloud.hostup.se/api/hosting/{accountId}/email-accounts/password curl -X PUT "https://cloud.hostup.se/api/hosting/7297/email-accounts/password" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "string",
"domain": "string",
"newPassword": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"accountId": "string",
"cpanelUsername": "string",
"email": "string",
"changed": true
}
} {
"email": "string",
"domain": "string",
"newPassword": "string"
}