v1
latestOpenAPI 3.0.02026-07-135965404.0 KBAccount
Update account settings
Update account settings, such as welcome email content, IP address restrictions, webhooks settings and secure password requirements.
Notes
- You must have admin-level access to change account settings.
patch/account
Headers
ev-api-keystring required
API Key required to make the API call.
ev-access-tokenstring required
Access token required to make the API call.
Request body
Example request
{
"emailContent": "Great news, your new account is ready! For your records, we've listed information you'll use to log in below: FTP Server: [[ftpserver]] Username (Web and FTP access): [[username]] [[setpassword]]",
"emailSubject": "ExaVault File Sharing Account",
"brandingSettings": {
"customEmail": "custom@example.com",
"theme": "default"
},
"accountOnboarding": true
}Response
Successful operation