v1

latestOpenAPI 3.0.02026-07-135965404.0 KB
Account

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

secureOnlyboolean

Whether unencrypted FTP connections should be denied for the account.

complexPasswordsboolean

Whether to require complex passwords for all passwords.

showReferralLinksboolean

Whether to display links for others to sign up on share views and invitation emails

externalDomainstring

Custom address used for web file manager. Not available for all account types.

emailContentstring

Content of welcome email template.

emailSubjectstring

Subject line for welcome emails

accountOnboardingboolean

Whether extra help popups can be enabled for users in the web file manager.

customSignaturestring

Signature to be automatically added to the bottom of emails generated by the account.

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

responseStatusinteger